Cargo Features

[dependencies]
cargo-dylint = { version = "3.1.0", default-features = false, features = ["cargo-cli", "cargo-lib"] }
default = cargo-cli

The cargo-cli feature is set by default whenever cargo-dylint is added without default-features = false somewhere in the dependency tree.

cargo-cli default

Enables cargo-util, dunce, fs_extra, glob, hex, home, if_chain, serde-untagged, toml and url of dylint

cargo-lib

Enables cargo, cargo-platform, cargo-util, curl-sys, dunce, glob, if_chain, serde-untagged and toml of dylint

cargo-dylint has 3 features without comments.