# 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-cli" version = "1.0.0" authors = ["The Exonum Team "] description = "Helper crate for secure and convenient configuration of the Exonum nodes." homepage = "https://exonum.com/" documentation = "https://docs.rs/exonum-cli" readme = "README.md" keywords = ["exonum", "cli", "library"] categories = ["command-line-interface", "command-line-utilities", "config"] license = "Apache-2.0" repository = "https://github.com/exonum/exonum" [dependencies.anyhow] version = "1.0.26" [dependencies.exonum] version = "1.0.0" [dependencies.exonum-explorer-service] version = "1.0.0" [dependencies.exonum-node] version = "1.0.0" [dependencies.exonum-rust-runtime] version = "1.0.0" [dependencies.exonum-supervisor] version = "1.0.0" [dependencies.exonum-system-api] version = "1.0.0" [dependencies.log] version = "0.4" [dependencies.rpassword] version = "4.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.structopt] version = "0.3" [dependencies.tempfile] version = "3.1" [dependencies.toml] version = "0.5" [dependencies.zeroize] version = "1.1.0" [dev-dependencies.exonum-derive] version = "1.0.0" [dev-dependencies.futures] version = "0.3.4" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.pretty_assertions] version = "0.6" [dev-dependencies.reqwest] version = "0.10.2" features = ["json"] [dev-dependencies.tokio] version = "0.2.13" features = ["blocking", "dns", "io-util", "macros", "rt-threaded", "tcp", "time"]