scuttle/crates/scuttle-benchmark/Cargo.toml

18 lines
461 B
TOML
Executable File

[package]
name = "scuttle-benchmark"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Layer 16 - Performance laboratory for scuttle (PRNG + hash benchmarks)"
[dependencies]
scuttle-prng = { workspace = true }
scuttle-hash = { workspace = true }
thiserror.workspace = true
log.workspace = true
serde_json = { workspace = true }
[dev-dependencies]
scuttle-prng = { workspace = true }
scuttle-hash = { workspace = true }