Skip to main content

dependencies_names

Function dependencies_names 

Source
pub fn dependencies_names() -> Vec<&'static str>
Expand description

Lists dependency names declared by the workspace manifest.

Names borrow from the lazily parsed dependency map. Their ordering follows the map’s deterministic key order.

§Panics

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