pub fn dependencies() -> &'static DepsSetExpand 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.