[package]
edition = "2021"
name = "hc_seed_bundle"
version = "0.7.1"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SeedBundle parsing and generation library."
homepage = "https://holochain.org"
documentation = "https://docs.rs/hc_seed_bundle"
readme = "README.md"
keywords = [
"holochain",
"holo",
"keystore",
"secret",
"cryptography",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/holochain/lair"
[lib]
name = "hc_seed_bundle"
path = "src/lib.rs"
[[test]]
name = "execute_fixture_tests"
path = "tests/execute_fixture_tests.rs"
[dependencies.futures]
version = "0.3.28"
[dependencies.one_err]
version = "0.0.8"
[dependencies.rmp-serde]
version = "1.3.0"
[dependencies.rmpv]
version = "1.3.0"
features = ["with-serde"]
[dependencies.serde]
version = "1"
features = [
"derive",
"rc",
]
[dependencies.serde_bytes]
version = "0.11.9"
[dependencies.sodoken]
version = "=0.1.0"
[dependencies.tokio]
version = "1.35.1"
features = ["rt-multi-thread"]
[dev-dependencies.base64]
version = "0.22.1"
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.tokio]
version = "1.35.1"
features = ["full"]