ibc-proto 0.24.0

ibc-proto provides Cosmos SDK & IBC Protocol Buffers definitions
Documentation
[dependencies.base64]
default-features = false
features = ["alloc"]
version = "0.13"

[dependencies.bytes]
default-features = false
version = "1.2"

[dependencies.flex-error]
default-features = false
version = "0.4.4"

[dependencies.prost]
default-features = false
version = "0.11"

[dependencies.schemars]
optional = true
version = "0.8"

[dependencies.serde]
default-features = false
version = "1.0"

[dependencies.subtle-encoding]
default-features = false
version = "0.5"

[dependencies.tendermint-proto]
default-features = false
version = "0.28"

[dependencies.tonic]
default-features = false
optional = true
version = "0.8"

[features]
client = ["std", "tonic", "tonic/codegen", "tonic/transport", "tonic/prost"]
default = ["std", "client"]
json-schema = ["std", "schemars"]
server = ["std", "tonic", "tonic/codegen", "tonic/transport", "tonic/prost"]
std = []

[lib]
doctest = false
name = "ibc_proto"
path = "src/lib.rs"

[package]
authors = ["Informal Systems <hello@informal.systems>"]
categories = ["cryptography::cryptocurrencies", "encoding", "no-std"]
description = "    ibc-proto provides Cosmos SDK & IBC Protocol Buffers definitions\n"
edition = "2021"
exclude = ["definitions", "tools"]
keywords = ["blockchain", "cosmos", "tendermint", "ibc", "proto"]
license = "Apache-2.0"
name = "ibc-proto"
readme = "README.md"
repository = "https://github.com/cosmos/ibc-proto-rs"
version = "0.24.0"
[package.metadata.docs.rs]
all-features = true