# 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" name = "cosm-utils" version = "0.1.2" authors = [ "Eric Woolsey ", "Harry Hull ", ] description = "Simple utility traits and functions for tendermint_rpc and cosmrs" readme = "README.md" keywords = [ "cosmos", "client", "tendermint", "cosmwasm", "cosmrs", ] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/cryptechdev/cosm-utils.git" [dependencies.async-trait] version = "0.1.57" [dependencies.cosmrs] version = "0.14.0" features = [ "rpc", "cosmwasm", "grpc", ] [dependencies.keyring] version = "2" optional = true [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.mockall] version = "0.11.2" optional = true [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0" [dependencies.tendermint-rpc] version = "0.32.0" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.20.1" features = ["full"] [dev-dependencies.tendermint-rpc] version = "0.32.0" features = [ "websocket-client", "http-client", ]