Module cargo::core

source ·

Re-exports

pub use self::dependency::Dependency;
pub use self::manifest::EitherManifest;
pub use self::manifest::VirtualManifest;
pub use self::manifest::LibKind;
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::shell::Shell;
pub use self::shell::Verbosity;
pub use self::source::Source;
pub use self::source::SourceMap;
pub use self::summary::FeatureMap;
pub use self::summary::FeatureValue;
pub use self::summary::Summary;

Modules

Structs

A parsed representation of all unstable flags that Cargo accepts.
An iterator over the member packages of a workspace, returned by Workspace::members
Some or all of the data required to identify a package:
Represents a fully resolved package dependency graph. Each node in the graph is a package and edges represent dependencies between packages.
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

The edition of the compiler (RFC 2052)
Information to find a specific commit in a git repository
Configuration of a workspace in a manifest.

Functions

Forcibly enables nightly features for this thread.
Allows nightly features to be enabled for this thread, but only if the development channel is nightly or dev.
This is a little complicated. This should return false if: