# 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 = "entropy-test-cli" version = "0.3.0" authors = ["Entropy Cryptography "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple command line interface client for testing Entropy" homepage = "https://entropy.xyz/" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/entropyxyz/entropy-core" [lib] name = "entropy_test_cli" path = "src/lib.rs" [[bin]] name = "entropy-test-cli" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.entropy-client] version = "0.3.0" [dependencies.entropy-shared] version = "0.3.0" [dependencies.hex] version = "0.4.3" [dependencies.sp-core] version = "31.0.0" [dependencies.sp-runtime] version = "32.0.0" default-features = false [dependencies.subxt] version = "0.35.3" [dependencies.tokio] version = "1.40" features = [ "macros", "rt-multi-thread", "io-util", "process", ] [dependencies.x25519-dalek] version = "2.0.1"