pub type DepsSet = BTreeMap<String, Dependency>;
Expand description
Dependencies. The keys in this map are not always crate names, this can be overriden by the package
field, and there may be multiple copies of the same crate.
Optional dependencies may create implicit features, see the [features
] module for dealing with this.
Aliased Typeยง
struct DepsSet { /* private fields */ }