# 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" rust-version = "1.57" name = "stdtx" version = "0.7.0" authors = ["Tony Arcieri "] description = "Extensible schema-driven Cosmos StdTx builder and Amino serializer" homepage = "https://github.com/iqlusioninc/crates/" readme = "README.md" keywords = [ "amino", "crypto", "cosmos", "transaction", "tendermint", ] categories = [ "cryptography", "encoding", ] license = "Apache-2.0" repository = "https://github.com/iqlusioninc/crates/tree/main/stdtx" resolver = "2" [dependencies.ecdsa] version = "0.14" features = ["std"] [dependencies.eyre] version = "0.6" [dependencies.k256] version = "0.11" features = [ "ecdsa", "sha256", ] [dependencies.prost-amino] version = "0.6" [dependencies.prost-amino-derive] version = "0.6" [dependencies.rust_decimal] version = "1.19" [dependencies.serde] version = "1" features = ["serde_derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.subtle-encoding] version = "0.5" features = ["bech32-preview"] [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.5" [dev-dependencies.rand_core] version = "0.6" features = ["std"] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2" features = ["js"]