2021-02-17 17:42:21 +00:00
|
|
|
[package]
|
|
|
|
name = "clippy_utils"
|
2021-05-06 09:32:34 +00:00
|
|
|
version = "0.1.54"
|
2021-02-17 17:30:48 +00:00
|
|
|
authors = ["The Rust Clippy Developers"]
|
2021-02-17 17:42:21 +00:00
|
|
|
edition = "2018"
|
2021-02-18 10:41:37 +00:00
|
|
|
publish = false
|
2021-02-17 17:42:21 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
if_chain = "1.0.0"
|
|
|
|
itertools = "0.9"
|
|
|
|
regex-syntax = "0.6"
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
unicode-normalization = "0.1"
|
|
|
|
rustc-semver="1.1.0"
|
2021-02-13 14:04:50 +00:00
|
|
|
|
|
|
|
[features]
|
2021-05-18 09:01:00 +00:00
|
|
|
deny-warnings = []
|
2021-02-13 14:04:50 +00:00
|
|
|
internal-lints = []
|
2021-02-20 12:50:09 +00:00
|
|
|
metadata-collector-lint = []
|
2021-03-08 17:39:51 +00:00
|
|
|
|
|
|
|
[package.metadata.rust-analyzer]
|
|
|
|
# This crate uses #[feature(rustc_private)]
|
|
|
|
rustc_private = true
|