# 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" name = "iop-keyvault" version = "0.0.16" authors = [ "IOP Ventures LLC ", "wigy ", "Rache Bartmoss ", ] description = "A general-purpose hierarchical deterministic generator for asymmetric keys." homepage = "https://developer.iop.technology/glossary?id=multicipher" readme = "README.md" keywords = [ "crypto", "wallet", "iop", "vault", "ssi", ] categories = [ "cryptography", "cryptography::cryptocurrencies", ] license = "LGPL-3.0-or-later" repository = "https://github.com/Internet-of-People/iop-rs" [dependencies.anyhow] version = "1.0.57" [dependencies.blake2] version = "0.10.4" [dependencies.digest] version = "0.10.3" features = ["mac"] [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.getrandom] version = "0.2.7" features = [ "wasm-bindgen", "js", ] [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.multibase] version = "0.9.1" [dependencies.orion] version = "0.17.1" [dependencies.rand] version = "0.8.5" features = ["getrandom"] [dependencies.ripemd] version = "0.1.1" [dependencies.secp] version = "0.7.0" package = "libsecp256k1" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_bytes] version = "0.11.6" [dependencies.sha2] version = "0.10.2" [dependencies.tiny-bip39] version = "1.0.0" features = [] [dev-dependencies.rmp-serde] version = "1.1.0" [dev-dependencies.serde_json] version = "1.0.81" features = ["preserve_order"]