@@ -9,6 +9,7 @@ repository = "https://github.com/trailofbits/dylint"
99
1010[dependencies ]
1111anyhow = { workspace = true }
12+ log = { workspace = true }
1213regex = { workspace = true }
1314
1415anstyle = { workspace = true , optional = true }
@@ -20,7 +21,6 @@ env_logger = { workspace = true, optional = true }
2021git2 = { workspace = true , optional = true }
2122home = { workspace = true , optional = true }
2223if_chain = { workspace = true , optional = true }
23- log = { workspace = true , optional = true }
2424rustversion = { workspace = true , optional = true }
2525semver = { workspace = true , optional = true }
2626serde = { workspace = true , optional = true }
@@ -42,16 +42,14 @@ toml = { workspace = true }
4242toml_edit = { workspace = true }
4343
4444[features ]
45- cargo = [" anstyle" , " bitflags" , " cargo_metadata" , " command " , " home" ]
45+ cargo = [" anstyle" , " bitflags" , " cargo_metadata" , " home" ]
4646clippy_utils = [" semver" , " toml" , " toml_edit" ]
47- command = [" log" ]
4847config = [" cargo_metadata" , " serde" , " thiserror" , " toml" ]
4948examples = [" cargo" , " cargo-util" , " rustup" , " walkdir" ]
50- git = [" command " , " git2" , " if_chain" ]
49+ git = [" git2" , " if_chain" ]
5150home = [" dep:home" , " rustversion" ]
5251packaging = [" cargo" , " tar" , " walkdir" ]
53- rustup = [" command" , " cargo_metadata" ]
54- sed = []
52+ rustup = [" cargo_metadata" ]
5553testing = [" ctor" , " env_logger" , " packaging" ]
5654
5755[lints ]
0 commit comments