Cargo Features
dylint_internal has no features set by default.
[dependencies]
dylint_internal = { version = "3.2.1", features = ["cargo", "clippy_utils", "command", "config", "examples", "git", "packaging", "rustup", "sed", "testing"] }
- cargo examples? packaging? = ansi_term, bitflags, cargo_metadata, command, home, is-terminal
-
Affects
dylint_internal::cargo
… - clippy_utils = semver, toml_edit
-
Affects
dylint_internal::clippy_utils
… - command cargo? git? rustup? = log
- config = cargo_metadata, serde, thiserror, toml
-
Affects
dylint_internal::config
… - 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
- 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? config?
- ctor testing?
- env_logger testing?
- git2 git?
-
Enables git2 ^0.18
- home cargo?
- if_chain git?
- is-terminal cargo?
- log command?
- rust-embed packaging?
- semver clippy_utils?
- serde config?
- thiserror config?
-
Enables thiserror ^1.0
- toml config?
- toml_edit clippy_utils?
- walkdir examples?