unplugged-system/external/rust/beto-rust/nearby/presence/np_hkdf/Cargo.toml

26 lines
483 B
TOML

[package]
name = "np_hkdf"
version.workspace = true
edition.workspace = true
publish.workspace = true
[dependencies]
crypto_provider.workspace = true
ldt.workspace = true
xts_aes.workspace = true
[dev-dependencies]
crypto_provider_rustcrypto.workspace = true
rand_ext.workspace = true
test_helper.workspace = true
anyhow.workspace = true
criterion.workspace = true
hex.workspace = true
rand.workspace = true
serde_json.workspace = true
[[bench]]
name = "np_hkdf"
harness = false