]> git.lizzy.rs Git - rust.git/blob - clippy_utils/Cargo.toml
Auto merge of #6915 - smoelius:docs-link, r=llogiq
[rust.git] / clippy_utils / Cargo.toml
1 [package]
2 name = "clippy_utils"
3 version = "0.1.52"
4 authors = ["The Rust Clippy Developers"]
5 edition = "2018"
6 publish = false
7
8 [dependencies]
9 if_chain = "1.0.0"
10 itertools = "0.9"
11 regex-syntax = "0.6"
12 serde = { version = "1.0", features = ["derive"] }
13 smallvec = { version = "1", features = ["union"] }
14 toml = "0.5.3"
15 unicode-normalization = "0.1"
16 rustc-semver="1.1.0"
17
18 [features]
19 internal-lints = []
20
21 [package.metadata.rust-analyzer]
22 # This crate uses #[feature(rustc_private)]
23 rustc_private = true