executor/distaff/Cargo.toml
2025-07-03 14:46:13 +02:00

41 lines
693 B
TOML

[package]
name = "distaff"
version = "0.1.0"
edition = "2024"
[profile.bench]
debug = true
[profile.release]
debug = true
[features]
default = []
tracing = ["dep:tracing"]
std = []
metrics = []
[dependencies]
parking_lot = {version = "0.12.3"}
atomic-wait = "1.1.0"
tracing = {version = "0.1", optional = true}
parking_lot_core = "0.9.10"
crossbeam-utils = "0.8.21"
either = "1.15.0"
werkzeug = {path = "../../werkzeug", features = ["std", "nightly"]}
async-task = "4.7.1"
[dev-dependencies]
tracing-test = {version = "0.2"}
tracing-tracy = {version = "0.11"}
futures = "0.3"
divan = "0.1.14"
rayon = "1.10.0"
chili = {path = "../../chili"}
[[bench]]
name = "overhead"
harness = false