summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/clippy_test_deps/Cargo.toml
blob: 362c08e0d7790e325eebf0fcc817a606bd4e70a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "clippy_test_deps"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clippy_utils = { path = "../clippy_utils" }
derive-new = "0.5"
if_chain = "1.0"
itertools = "0.10.1"
quote = "1.0"
serde = { version = "1.0.125", features = ["derive"] }
syn = { version = "2.0", features = ["full"] }
futures = "0.3"
parking_lot = "0.12"
tokio = { version = "1", features = ["io-util"] }
regex = "1.5"
clippy_lints = { path = "../clippy_lints" }

[features]
internal = ["clippy_lints/internal"]