# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.57" name = "secret-tree" version = "0.5.0" authors = ["Alex Ostrovski ", "Pavel Mukhanov "] description = "Hierarchical secret derivation with Blake2b" readme = "README.md" keywords = ["derivation", "blake2b", "cryptography"] categories = ["cryptography", "no-std"] license = "Apache-2.0" repository = "https://github.com/slowli/secret-tree" resolver = "2" [[example]] name = "ed25519" path = "examples/ed25519.rs" required-features = ["rand/std", "rand/std_rng"] [dependencies.blake2] version = "0.10.0" default-features = false [dependencies.rand] version = "0.8.1" default-features = false [dependencies.rand_chacha] version = "0.3.0" default-features = false [dependencies.secrecy] version = "0.8.0" default-features = false [dev-dependencies.const-decoder] version = "0.2.0" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.ed25519] version = "1.0.1" package = "ed25519-dalek" [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.insta] version = "1.9.0" [dev-dependencies.pwbox] version = "0.5.0" features = ["std", "rust-crypto"] default-features = false [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.toml] version = "0.5.7" [dev-dependencies.version-sync] version = "0.9" [features] default = ["std"] std = []