# 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 = "2018" name = "terra-rust" version = "1.1.8" authors = ["PFC-Validator "] default-run = "terra-rust" description = "CLI for Terra blockchain network, that is multi-platform" homepage = "https://github.com/PFC-Validator/terra-rust/" readme = "README.md" keywords = ["terra", "blockchain"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/PFC-Validator/terra-rust/" [[bin]] name = "terra-rust" path = "src/terra_rust.rs" [[bin]] name = "terra-exec" path = "src/bin/terra_exec.rs" [[bin]] name = "terra-query" path = "src/bin/terra_query.rs" [[bin]] name = "cargo-terra" path = "src/bin/cargo_terra.rs" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "3.0.14" features = ["derive", "env"] [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.8.3" [dependencies.futures] version = "0.3.14" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["json"] default-features = false [dependencies.rust_decimal] version = "1.12.2" [dependencies.rust_decimal_macros] version = "1.12.2" [dependencies.secp256k1] version = "0.20.3" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.terra-rust-api] version = "1.2" default-features = false [dependencies.terra-rust-cli] version = "1.0.6" [dependencies.terra-rust-wallet] version = "1.1" [dependencies.tokio] version = "1.14.0" features = ["full"] [features] default = ["native-tls"] native-tls = ["terra-rust-api/native-tls"] rustls-tls = ["terra-rust-api/rustls-tls"]