rust-clippy/clippy_utils/Cargo.toml

19 lines
383 B
TOML
Raw Normal View History

2021-02-17 17:42:21 +00:00
[package]
name = "clippy_utils"
version = "0.1.0"
authors = ["The Rust Project Developers"]
edition = "2018"
[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 14:04:50 +00:00
[features]
internal-lints = []