lair_keystore_api 0.0.1-alpha.5

secret lair private keystore types
Documentation
[package]
name = "lair_keystore_api"
version = "0.0.1-alpha.5"
description = "secret lair private keystore types"
license = "Apache-2.0"
repository = "https://github.com/holochain/lair"
documentation = "https://docs.rs/lair_keystore_api"
authors = [ "Holochain Core Dev Team <devcore@holochain.org>" ]
keywords = [ "holochain", "holo", "keystore", "secret", "cryptography" ]
categories = [ "cryptography" ]
edition = "2018"

[dependencies]
blake2b_simd = "0.5.10"
byteorder = "1"
derive_more = "0.99"
directories = "3"
futures = "0.3"
ghost_actor = "0.2.0"
nanoid = "0.3"
num_cpus = "1"
once_cell = "1.4"
rayon = "1.3"
rcgen = "0.8.5"
ring = "0.16"
thiserror = "1"
tokio = { version = "0.2", features = [ "full" ] }
toml = "0.5"

[dev-dependencies]
tempfile = "3"
tracing-subscriber = "0.2"

[build-dependencies]
toml = "0.5"