cuprate-hinto-janai/database/benchmark/Cargo.toml
2024-03-28 16:39:41 -04:00

22 lines
No EOL
714 B
TOML

[package]
name = "cuprate-database-benchmark"
version = "0.0.0"
edition = "2021"
description = "Benchmarking binary for Cuprate's database(s)"
license = "MIT"
authors = ["hinto-janai"]
repository = "https://github.com/Cuprate/cuprate/tree/main/database/benchmark"
keywords = ["cuprate", "database", "benchmark"]
[features]
default = []
[dependencies]
anyhow = { workspace = true }
cfg-if = { workspace = true }
clap = { workspace = true, features = ["default", "derive"] }
cuprate-helper = { path = "../../helper", features = ["fs", "thread"] }
tracing = { workspace = true }
rayon = { workspace = true, optional = true }
[dev-dependencies]