Skip to main content

dependencies

Function dependencies 

Source
pub fn dependencies() -> &'static DepsSet
Expand description

Returns dependencies declared by the embedded workspace manifest.

The manifest is parsed once on first access and the ordered map is retained for the process lifetime. Package-specific dependency tables are not merged here.

ยงPanics

Panics when the manifest is invalid or lacks its workspace section.