Re-exports
pub use self::dependency::Dependency;pub use self::features::CliUnstable;pub use self::features::Edition;pub use self::features::Feature;pub use self::features::Features;pub use self::manifest::EitherManifest;pub use self::manifest::VirtualManifest;pub use self::manifest::Manifest;pub use self::manifest::Target;pub use self::manifest::TargetKind;pub use self::package::Package;pub use self::package::PackageSet;pub use self::package_id::PackageId;pub use self::registry::Registry;pub use self::resolver::Resolve;pub use self::resolver::ResolveVersion;pub use self::shell::Shell;pub use self::shell::Verbosity;pub use self::summary::FeatureMap;pub use self::summary::FeatureValue;pub use self::summary::Summary;pub use crate::util::toml::InheritableFields;
Modules
- Interact with the compiler
- Support for nightly features in Cargo itself.
- Handles built-in and customizable compiler flag presets.
- Resolution of the entire dependency graph for a crate.
Structs
- Some or all of the data required to identify a package:
- Unique identifier for a source of packages.
- The core abstraction in Cargo for working with a workspace of crates.
- Intermediate configuration of a workspace root in a manifest.
Enums
- Information to find a specific commit in a Git repository.
- Configuration of a workspace in a manifest.
Functions
- Finds the path of the root of the workspace.