2021-02-17 11:42:21 -06:00
|
|
|
[package]
|
|
|
|
name = "clippy_utils"
|
2021-02-17 16:05:52 -06:00
|
|
|
version = "0.1.52"
|
2021-02-17 11:30:48 -06:00
|
|
|
authors = ["The Rust Clippy Developers"]
|
2021-02-17 11:42:21 -06:00
|
|
|
edition = "2018"
|
2021-02-18 04:41:37 -06:00
|
|
|
publish = false
|
2021-02-17 11:42:21 -06:00
|
|
|
|
|
|
|
[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"
|
2021-02-13 08:04:50 -06:00
|
|
|
|
|
|
|
[features]
|
|
|
|
internal-lints = []
|
2021-03-08 11:39:51 -06:00
|
|
|
|
|
|
|
[package.metadata.rust-analyzer]
|
|
|
|
# This crate uses #[feature(rustc_private)]
|
|
|
|
rustc_private = true
|