mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-01-11 13:25:04 +00:00
20 lines
601 B
TOML
20 lines
601 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 }
|
||
|
cuprate-helper = { path = "../helper", features = ["fs", "thread"] }
|
||
|
rayon = { workspace = true, optional = true }
|
||
|
|
||
|
[dev-dependencies]
|