# 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 = "terra-rust-cli" version = "1.0.13" authors = ["PFC-Validator "] description = "Terra Rust CLI parser" homepage = "https://github.com/PFC-Validator/terra-rust/tree/main/terra-rust-cli" documentation = "https://docs.rs/terra-rust-cli" readme = "README.md" keywords = ["terra", "blockchain"] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/PFC-Validator/terra-rust/" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.0.14" features = ["env", "derive"] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.5.4" [dependencies.reqwest] version = "0.11" features = ["json"] default-features = false [dependencies.secp256k1] version = "0.20.3" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.terra-rust-api] version = "1.2.2" [dependencies.terra-rust-wallet] version = "1.1.1" [dependencies.thiserror] version = "1.0"