rust/clippy_utils/Cargo.toml

20 lines
399 B
TOML
Raw Normal View History

2021-02-17 18:42:21 +01:00
[package]
name = "clippy_utils"
2021-02-17 23:05:52 +01:00
version = "0.1.52"
2021-02-17 18:30:48 +01:00
authors = ["The Rust Clippy Developers"]
2021-02-17 18:42:21 +01:00
edition = "2018"
publish = false
2021-02-17 18:42:21 +01: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 15:04:50 +01:00
[features]
internal-lints = []