mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 01:17:16 +00:00
33ee598a9f
Co-authored-by: Philipp Krones <hello@philkrones.com>
19 lines
399 B
TOML
19 lines
399 B
TOML
[package]
|
|
name = "clippy_utils"
|
|
version = "0.1.52"
|
|
authors = ["The Rust Clippy Developers"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[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 = []
|