# 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.70.0" name = "txf" version = "0.1.0" authors = ["Larry Lyu "] description = "A library facilitating the signing and broadcasting of transactions on Cosmos SDK-based blockchains" homepage = "https://github.com/larry0x/txf" documentation = "https://github.com/larry0x/txf#readme" readme = "README.md" keywords = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/larry0x/txf" [dependencies.bech32] version = "0.9" [dependencies.cosmos-sdk-proto] version = "0.19" features = ["grpc"] [dependencies.k256] version = "0.13" [dependencies.ripemd] version = "0.1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tonic] version = "0.9" [dev-dependencies.base64] version = "0.20" [dev-dependencies.hex-literal] version = "0.4"