# 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-tome-wasm-deploy-fork" version = "0.1.0" authors = ["Harry Hull "] description = "Easy to use Cosmos SDK rust client library " readme = "README.md" keywords = ["cosmos"] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/de-husk/cosm-tome.git" [dependencies.async-trait] version = "0.1.57" [dependencies.cosmrs] version = "0.10.0" features = [ "rpc", "cosmwasm", "grpc", ] [dependencies.keyring] version = "1.2.0" optional = true [dependencies.mockall] version = "0.11.2" optional = true [dependencies.regex] version = "1.6.0" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.31" [dependencies.tonic] version = "0.8.2" features = [ "transport", "prost", ] default-features = false [dev-dependencies.tokio] version = "1.20.1" features = ["full"] [features] mocks = ["mockall"] os_keyring = ["keyring"]