Cargo Features

dylint_internal has no features set by default.

[dependencies]
dylint_internal = { version = "3.0.1", features = ["cargo", "clippy_utils", "command", "examples", "git", "packaging", "rustup", "sed", "testing"] }
cargo examples? packaging? = ansi_term, bitflags, cargo_metadata, command, home, is-terminal, once_cell

Affects dylint_internal::cargo

clippy_utils = semver, toml_edit

Affects dylint_internal::clippy_utils

command cargo? git? rustup? = log
examples = cargo, cargo-util, rustup, walkdir

Affects dylint_internal::examples

git = command, git2, if_chain
packaging testing? = cargo, rust-embed

Affects dylint_internal::packaging

rustup examples? = command

Affects dylint_internal::rustup

sed = regex
testing = ctor, env_logger, packaging

Affects dylint_internal::testing

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

ansi_term cargo?
bitflags cargo?
cargo-util examples?
cargo_metadata cargo?
ctor testing?
env_logger testing?
git2 git?
home cargo?
if_chain git?
is-terminal cargo?
log command?
once_cell cargo?
regex sed?
rust-embed packaging?
semver clippy_utils?
toml_edit clippy_utils?
walkdir examples?