[dependencies.blake2]
default-features = false
version = "0.10.0"
[dependencies.rand_chacha]
default-features = false
version = "0.9"
[dependencies.rand_core]
default-features = false
version = "0.9"
[dependencies.secrecy]
default-features = false
version = "0.10.3"
[dev-dependencies.const-decoder]
version = "0.4.0"
[dev-dependencies.doc-comment]
version = "0.3.4"
[dev-dependencies.ed25519]
package = "ed25519-dalek"
version = "2"
[dev-dependencies.hex]
version = "0.4.2"
[dev-dependencies.insta]
features = ["yaml"]
version = "1.43.2"
[dev-dependencies.rand]
version = "0.9"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.version-sync]
version = "0.9"
[[example]]
name = "ed25519"
path = "examples/ed25519.rs"
[features]
default = ["std"]
std = []
[lib]
name = "secret_tree"
path = "src/lib.rs"
[package]
authors = ["Alex Ostrovski <ostrovski.alex@gmail.com>", "Pavel Mukhanov <mukhanovpv@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "no-std"]
description = "Hierarchical secret derivation with Blake2b"
edition = "2021"
keywords = ["derivation", "blake2b", "cryptography"]
license = "Apache-2.0"
name = "secret-tree"
readme = "README.md"
repository = "https://github.com/slowli/secret-tree"
rust-version = "1.70"
version = "0.6.0"
[[test]]
name = "snapshots"
path = "tests/snapshots.rs"
[[test]]
name = "version_match"
path = "tests/version_match.rs"