Expand description
Models used to read in cargo metadata. It is also used to determine which optional dependencies to enable, and which features to enable.
Structs§
- Dependency
- A dependency of a package. This model is used to keep track of renames, optional dependencies,
enabled features, and whether
default-featuresis active or not. - Package
- Details of a package / crate
Traits§
- Visitor
- A visitor over cargo packages