# 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 = "entropycli" version = "1.0.10" authors = ["Amit Prasad "] description = "Entropy CLI for developing using the Entropic Labs Entropy Beacon" homepage = "https://entropiclabs.io/beacon" documentation = "https://entropiclabs.io/beacon/docs" readme = "README.md" keywords = [ "entropy", "beacon", "cosmos", "cosmwasm", "entropic", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/EntropicLabs/entropycli" [[bin]] name = "entropy" path = "src/main.rs" [dependencies.base64] version = "0.13.0" [dependencies.bip32] version = "0.4.0" [dependencies.bip39] version = "1.0.1" [dependencies.clap] version = "4.0.22" features = ["derive"] [dependencies.cosmrs] version = "0.9.0" features = ["cosmwasm"] [dependencies.cosmwasm-std] version = "1.1.5" [dependencies.dialoguer] version = "0.10.2" [dependencies.ecvrf-rs] version = "1.0.0" [dependencies.entropy_beacon_cosmos] version = "2.0.4" features = ["ecvrf"] [dependencies.hex] version = "0.4.3" [dependencies.indicatif] version = "0.17.1" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.12" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1.21.2" features = ["full"]