[package] name = "txf" description = "A library facilitating the signing and broadcasting of transactions on Cosmos SDK-based blockchains" version = "0.1.0" edition = "2021" rust-version = "1.70.0" authors = ["Larry Lyu "] license = "Apache-2.0 OR MIT" homepage = "https://github.com/larry0x/txf" repository = "https://github.com/larry0x/txf" documentation = "https://github.com/larry0x/txf#readme" keywords = [] [dependencies] bech32 = "0.9" cosmos-sdk-proto = { version = "0.19", features = ["grpc"] } k256 = "0.13" ripemd = "0.1" thiserror = "1" tokio = { version = "1", features = ["full"] } tonic = "0.9" [dev-dependencies] base64 = "0.20" hex-literal = "0.4"