[package] name = "cosmos-tx" version = "0.2.0-pre" # Also update html_root_url in lib.rs when bumping this authors = ["Tony Arcieri "] edition = "2018" license = "Apache-2.0" repository = "https://github.com/cosmos/cosmos-rust/tree/master/cosmos-tx" description = "Transaction builder and signer for Cosmos-based blockchains" readme = "README.md" categories = ["cryptography", "cryptography::cryptocurrencies", "encoding"] keywords = ["blockchain", "cosmos", "tendermint", "transaction"] [dependencies] cosmos-sdk-proto = { version = "0.2", default-features = false, path = "../cosmos-sdk-proto" } ecdsa = { version = "0.10", features = ["std"] } eyre = "0.6" k256 = { version = "0.7", features = ["ecdsa", "sha256"] } prost = "0.6" prost-types = "0.6" rust_decimal = "1.9" tendermint = "0.17" thiserror = "1"