# 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 = "cosmos-tx" version = "0.2.0-pre" authors = ["Tony Arcieri "] description = "Transaction builder and signer for Cosmos-based blockchains" readme = "README.md" keywords = ["blockchain", "cosmos", "tendermint", "transaction"] categories = ["cryptography", "cryptography::cryptocurrencies", "encoding"] license = "Apache-2.0" repository = "https://github.com/cosmos/cosmos-rust/tree/master/cosmos-tx" [dependencies.cosmos-sdk-proto] version = "0.2" default-features = false [dependencies.ecdsa] version = "0.10" features = ["std"] [dependencies.eyre] version = "0.6" [dependencies.k256] version = "0.7" features = ["ecdsa", "sha256"] [dependencies.prost] version = "0.6" [dependencies.prost-types] version = "0.6" [dependencies.rust_decimal] version = "1.9" [dependencies.tendermint] version = "0.17" [dependencies.thiserror] version = "1"