-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
28 lines (26 loc) · 898 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "pubgrub-bench"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.91"
cargo = { git = "https://github.com/x-hgg-x/cargo", branch = "pubgrub" }
crates-index = { version = "3.2.0", default-features = false, features = [
"git-performance",
"parallel",
] }
pubgrub = { git = "https://github.com/x-hgg-x/pubgrub", branch = "perf" }
rayon = "1.10.0"
rustc-hash = "2.0.0"
semver = "1.0.23"
[dev-dependencies]
csv = "1.3.1"
cargo-platform = { git = "https://github.com/x-hgg-x/cargo", branch = "pubgrub" }
cargo-util = { git = "https://github.com/x-hgg-x/cargo", branch = "pubgrub" }
indicatif = { version = "0.17.9", features = ["rayon"] }
proptest = "1.5.0"
serde = { version = "1.0.215", features = ["derive"] }
tikv-jemallocator = "0.6.0"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
varisat = { git = "https://github.com/x-hgg-x/varisat", branch = "dev" }