cargo-whatfeatures 0.9.13

display features, versions and dependencies of crates
Documentation
pub const NO_FEATURES: &str = "no features";
pub const DEFAULT: &str = "default";
pub const NO_DEFAULT_FEATURES: &str = "no default features";
pub const FEATURES: &str = "features";
pub const NO_OPTIONAL_DEPENDENCIES: &str = "no optional dependencies";
pub const OPTIONAL_DEPENDENCIES: &str = "optional dependencies";

pub const NO_REQUIRED_DEPENDENCIES: &str = "no required dependencies";
pub const NORMAL: &str = "normal";
pub const NO_NORMAL_DEPENDENCIES: &str = "no normal dependencies";
pub const DEVELOPMENT: &str = "development";
pub const NO_DEVELOPMENT_DEPENDENCIES: &str = "no development dependencies";
pub const BUILD: &str = "build";
pub const NO_BUILD_DEPENDENCIES: &str = "no build dependencies";
pub const REQUIRED_DEPENDENCIES: &str = "required dependencies";

pub const HAS_ENABLED_FEATURES: &str = "(has enabled features)";

pub const POSSIBLY_OLD_CRATE: &str =
    "this crate was from the cache and possibly isn't the latest version.";