]> git.lizzy.rs Git - rust.git/blobdiff - clippy_utils/Cargo.toml
relocate functions from `clippy_lints::types`
[rust.git] / clippy_utils / Cargo.toml
index c83feb9c30416e6f6523ee8473aa62c2455b4484..9c01badb04cc9e6856341bbf5b596d3335cb02b6 100644 (file)
@@ -1,27 +1,19 @@
 [package]
 name = "clippy_utils"
-version = "0.1.0"
-authors = ["The Rust Project Developers"]
+version = "0.1.52"
+authors = ["The Rust Clippy Developers"]
 edition = "2018"
+publish = false
 
 [dependencies]
-cargo_metadata = "0.12"
 if_chain = "1.0.0"
 itertools = "0.9"
-pulldown-cmark = { version = "0.8", default-features = false }
-quine-mc_cluskey = "0.2.2"
 regex-syntax = "0.6"
 serde = { version = "1.0", features = ["derive"] }
 smallvec = { version = "1", features = ["union"] }
 toml = "0.5.3"
 unicode-normalization = "0.1"
-semver = "0.11"
 rustc-semver="1.1.0"
-# NOTE: cargo requires serde feat in its url dep
-# see <https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864>
-url = { version =  "2.1.0", features = ["serde"] }
-quote = "1"
-syn = { version = "1", features = ["full"] }
 
 [features]
 internal-lints = []