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.