mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-18 18:58:45 +00:00
18 lines
383 B
TOML
18 lines
383 B
TOML
[package]
|
|
name = "clippy_utils"
|
|
version = "0.1.51"
|
|
authors = ["The Rust Clippy 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"
|
|
|
|
[features]
|
|
internal-lints = []
|