# 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-stdtx" version = "0.0.1" authors = ["Tony Arcieri "] description = "Extensible schema-driven Cosmos StdTx builder and serializer" readme = "README.md" keywords = ["crypto", "cosmos", "stdtx", "transaction", "tendermint"] categories = ["cryptography", "encoding"] license = "Apache-2.0" repository = "https://github.com/tendermint/kms/tree/master/cosmos-stdtx" [dependencies.anomaly] version = "0.1" [dependencies.serde] version = "1" features = ["serde_derive"] [dependencies.sha2] version = "0.8" [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.5" [badges.circle-ci] repository = "tendermint/kms"