akd_client 0.8.9

Client verification companion for the auditable key directory with limited dependencies.
Documentation
[dependencies.akd_core]
default-features = false
features = ["vrf"]
version = "0.8.9"

[dependencies.hex]
version = "0.4"

[dependencies.protobuf]
optional = true
version = "3.2"

[dependencies.wasm-bindgen]
optional = true
version = "0.2"

[dependencies.wee_alloc]
optional = true
version = "0.4.5"
[dev-dependencies.wasm-bindgen-test]
version = "0.3"

[features]
blake3 = ["akd_core/blake3"]
default = ["blake3"]
nostd = ["akd_core/nostd"]
protobuf_serialization = ["protobuf", "akd_core/protobuf"]
sha256 = ["akd_core/sha256"]
sha3_256 = ["akd_core/sha3_256"]
sha3_512 = ["akd_core/sha3_512"]
sha512 = ["akd_core/sha512"]
sha512_256 = ["akd_core/sha512_256"]
wasm = ["wasm-bindgen", "protobuf", "akd_core/protobuf"]

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Harjasleen Malvai <hmalvai@fb.com>", "Kevin Lewi <klewi@fb.com>", "Sean Lawlor <seanlawlor@fb.com>"]
description = "Client verification companion for the auditable key directory with limited dependencies."
edition = "2018"
keywords = ["key-transparency", "akd"]
license = "MIT OR Apache-2.0"
name = "akd_client"
readme = "README.md"
repository = "https://github.com/novifinancial/akd"
version = "0.8.9"
[profile.release]
lto = true
opt-level = "s"