summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/clippy_utils/Cargo.toml
blob: 173469f6cdc7d0d3bfa69993153d31ae585d85a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "clippy_utils"
version = "0.1.69"
edition = "2021"
publish = false

[dependencies]
arrayvec = { version = "0.7", default-features = false }
if_chain = "1.0"
itertools = "0.10.1"
rustc-semver = "1.1"

[features]
deny-warnings = []
internal = []

[package.metadata.rust-analyzer]
# This crate uses #[feature(rustc_private)]
rustc_private = true