Cargo Features
[dependencies]
cargo-dylint = { version = "3.2.1", default-features = false, features = ["cargo-cli", "cargo-lib"] }
- default = cargo-cli
-
The
cargo-cli
feature is set by default whenevercargo-dylint
is added without
somewhere in the dependency tree.default-features = false - cargo-cli default
-
Enables cargo-util, cargo-util-schemas, dunce, fs_extra, glob, hex, home, if_chain, serde-untagged, toml and url of dylint
- cargo-lib
-
Enables cargo, cargo-platform, cargo-util, cargo-util-schemas, dunce, glob, if_chain, serde-untagged and toml of dylint
cargo-dylint has 3 features without comments.