tendermint-rpc 0.16.0

tenndermint-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-tungstenite]
features = ["tokio-runtime"]
optional = true
version = "0.5"

[dependencies.bytes]
version = "0.5"

[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.serde]
features = ["derive"]
version = "1"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1"

[dependencies.tendermint]
version = "0.16.0"

[dependencies.thiserror]
version = "1"

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

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

[features]
client = ["async-tungstenite", "futures", "http", "hyper", "tokio"]
default = []
secp256k1 = ["tendermint/secp256k1"]

[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 = "    tenndermint-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.16.0"
[package.metadata.docs.rs]
all-features = true