rust-clippy/lintcheck/Cargo.toml

26 lines
549 B
TOML
Raw Normal View History

[package]
name = "lintcheck"
version = "0.0.1"
description = "tool to monitor impact of changes in Clippys lints on a part of the ecosystem"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/rust-clippy"
categories = ["development-tools"]
edition = "2018"
publish = false
[dependencies]
clap = "2.33"
2021-09-09 09:19:03 +00:00
flate2 = "1.0"
fs_extra = "1.2"
2022-01-10 19:34:07 +00:00
rayon = "1.5.1"
2021-09-09 09:19:03 +00:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tar = "0.4"
toml = "0.5"
ureq = "2.2"
walkdir = "2.3"
[features]
deny-warnings = []