akd 0.3.7-beta.0

An implementation of an auditable key directory
Documentation
[package]
name = "akd"
version = "0.3.7-beta.0"
authors = ["Harjasleen Malvai <hmalvai@fb.com>", "Kevin Lewi <klewi@fb.com>", "Sean Lawlor <seanlawlor@fb.com>"]
description = "An implementation of an auditable key directory"
license = "MIT OR Apache-2.0"
edition = "2018"
keywords = ["key-transparency", "akd"]
repository = "https://github.com/novifinancial/akd"
readme = "../README.md"

[features]
bench = []

[dependencies]
bincode = "1"
winter-crypto = "0.2"
winter-utils = "0.2"
winter-math = "0.2"
rand = "0.8"
keyed_priority_queue = "0.3"
hex = "0.4"
serde = { version = "1", features = ["derive"] }
async-trait = "0.1"
tokio = { version = "1.10", features = ["full"] }
async-recursion = "0.3"
log = { version = "0.4.8", features = ["kv_unstable"] }

[dev-dependencies]
criterion = "0.3"
serial_test = "0.5"

[[bench]]
name = "azks"
harness = false
required-features = ["bench"]
path = "../benches/azks.rs"