cargo/benches/benchsuite/Cargo.toml

37 lines
649 B
TOML

[package]
name = "benchsuite"
version = "0.0.0"
edition.workspace = true
license.workspace = true
homepage = "https://github.com/rust-lang/cargo"
repository = "https://github.com/rust-lang/cargo"
description = "Benchmarking suite for Cargo."
publish = false
[dependencies]
cargo.workspace = true
cargo-util.workspace = true
criterion.workspace = true
flate2.workspace = true
rand.workspace = true
tar.workspace = true
url.workspace = true
[lib]
bench = false
[[bench]]
name = "resolve"
harness = false
[[bench]]
name = "workspace_initialization"
harness = false
[[bench]]
name = "global_cache_tracker"
harness = false
[lints]
workspace = true