tendermint-rpc 0.17.1

tendermint-rpc contains the core types returned by a Tendermint node's RPC endpoint. All networking related features are feature guarded to keep the dependencies small in cases where only the core types are needed.
Documentation
[dependencies.async-trait]
optional = true
version = "0.1"

[dependencies.async-tungstenite]
features = ["tokio-runtime"]
optional = true
version = "0.9"

[dependencies.bytes]
version = "0.5"

[dependencies.chrono]
version = "0.4"

[dependencies.futures]
optional = true
version = "0.3"

[dependencies.getrandom]
version = "0.1"

[dependencies.http]
optional = true
version = "0.2"

[dependencies.hyper]
optional = true
version = "0.13"

[dependencies.pin-project]
version = "1.0.1"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1"

[dependencies.subtle-encoding]
features = ["bech32-preview"]
version = "0.5"

[dependencies.tendermint]
version = "0.17.1"

[dependencies.tendermint-proto]
version = "0.17.1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
optional = true
version = "0.2"

[dependencies.tracing]
optional = true
version = "0.1"

[dependencies.uuid]
default-features = false
version = "0.8"

[dependencies.walkdir]
version = "2.3"

[features]
default = []
http-client = ["async-trait", "futures", "http", "hyper", "tokio/fs", "tokio/macros", "tracing"]
secp256k1 = ["tendermint/secp256k1"]
websocket-client = ["async-trait", "async-tungstenite", "futures", "tokio/fs", "tokio/macros", "tokio/stream", "tokio/sync", "tokio/time", "tracing"]

[package]
authors = ["Sean Braithwaite <sean@informal.systems>", "Ethan Buchman <ethan@coinculture.info>", "Ismail Khoffi <Ismail.Khoffi@gmail.com>", "Romain Ruetschi <romain@informal.systems>", "Alexander Simmerl <a.simmerl@gmail.com>"]
description = "    tendermint-rpc contains the core types returned by a Tendermint node's RPC endpoint.\n    All networking related features are feature guarded to keep the dependencies small in\n    cases where only the core types are needed.\n    "
edition = "2018"
homepage = "https://www.tendermint.com/"
license = "Apache-2.0"
name = "tendermint-rpc"
readme = "README.md"
repository = "https://github.com/informalsystems/tendermint-rs"
version = "0.17.1"
[package.metadata.docs.rs]
all-features = true