# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "exonum-keys" version = "1.0.0" authors = ["The Exonum Team "] description = "Exonum node keys management." homepage = "https://exonum.com/" documentation = "https://docs.rs/exonum-keys" readme = "README.md" keywords = ["exonum", "cryptography", "hashing", "library"] categories = ["algorithms", "cryptography"] license = "Apache-2.0" repository = "https://github.com/exonum/exonum" [[example]] name = "key-generator" path = "examples/key_generator.rs" test = true [dependencies.anyhow] version = "1.0.26" [dependencies.exonum-crypto] version = "1.0.0" [dependencies.pwbox] version = "0.3.0" [dependencies.rand] version = "0.7" [dependencies.secret-tree] version = "0.2.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.structopt] version = "0.3" [dependencies.toml] version = "0.5.0" [dev-dependencies.hex] version = "0.4.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tempdir] version = "0.3.7"