2026-05-15 10:51:51 +02:00
|
|
|
[package]
|
2026-05-18 17:13:07 +02:00
|
|
|
name = "crypto_primitives_bench"
|
2026-05-15 10:51:51 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
license = { workspace = true }
|
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
2026-05-21 16:44:40 +02:00
|
|
|
[dev-dependencies]
|
2026-05-15 10:51:51 +02:00
|
|
|
key_protocol.workspace = true
|
2026-06-01 17:10:46 -03:00
|
|
|
lee_core = { workspace = true, features = ["host"] }
|
2026-05-15 10:51:51 +02:00
|
|
|
rand = { workspace = true }
|
2026-05-21 16:44:41 +02:00
|
|
|
criterion.workspace = true
|
2026-05-21 16:44:40 +02:00
|
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
|
name = "primitives"
|
|
|
|
|
harness = false
|