]> git.lizzy.rs Git - rust.git/blobdiff - clippy_utils/Cargo.toml
Split out `overlapping_arms`
[rust.git] / clippy_utils / Cargo.toml
index d99dbbd7aa38dfdf66db5dbf834bab9cd7cbd07e..afff6491aba6420b39febc824702f9776656170f 100644 (file)
@@ -1,18 +1,18 @@
 [package]
 name = "clippy_utils"
-version = "0.1.51"
-authors = ["The Rust Clippy Developers"]
-edition = "2018"
+version = "0.1.60"
+edition = "2021"
+publish = false
 
 [dependencies]
-if_chain = "1.0.0"
-itertools = "0.9"
-regex-syntax = "0.6"
-serde = { version = "1.0", features = ["derive"] }
-smallvec = { version = "1", features = ["union"] }
-toml = "0.5.3"
-unicode-normalization = "0.1"
-rustc-semver="1.1.0"
+arrayvec = { version = "0.7", default-features = false }
+if_chain = "1.0"
+rustc-semver = "1.1"
 
 [features]
-internal-lints = []
+deny-warnings = []
+internal = []
+
+[package.metadata.rust-analyzer]
+# This crate uses #[feature(rustc_private)]
+rustc_private = true