# 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 = "ocular" version = "1.0.0-beta-0.0.1" authors = [ "Collin Brittain", "Phil Bal", ] description = "A client library for Cosmos SDK chains with a focus on pleasant UX" documentation = "https://docs.rs/ocular/latest/ocular/" readme = "README.md" keywords = [ "cosmos", "client", "tx", "query", ] license = "Apache-2.0" repository = "https://github.com/PeggyJV/ocular" [package.metadata.cargo-udeps.ignore] normal = ["assay"] [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.assay] version = "0.1" [dependencies.async-trait] version = "0.1.56" [dependencies.cosmrs] version = "0.9.0" features = [ "grpc", "rpc", ] [dependencies.eyre] version = "0.6.8" [dependencies.hex] version = "0.4.3" [dependencies.pkcs8] version = "0.9.0" features = [ "encryption", "pem", ] [dependencies.prost] version = "0.11" [dependencies.serde] version = "1.0.133" [dependencies.tendermint-rpc] version = "0.23.9" features = ["websocket-client"] optional = true [dependencies.tonic] version = "0.8" features = ["transport"] [dev-dependencies.cosmrs] version = "0.9.0" features = ["dev"] [dev-dependencies.k256] version = "0.11.4" features = ["pem"] [dev-dependencies.rand_core] version = "0.6.3" features = ["getrandom"] [features] default = ["tx"] query = [] tendermint-rpc-ws = ["tendermint-rpc"] tx = ["query"]