ibc-proto 0.9.0

ibc-proto is a Rust implementation of the Cosmos SDK & IBC proto structs.
Documentation
[package]
name       = "ibc-proto"
version    = "0.9.0"
authors    = ["Informal Systems <hello@informal.systems>"]
edition    = "2018"
license    = "Apache-2.0"
repository = "https://github.com/informalsystems/ibc-proto/tree/master/ibc_proto"
readme     = "README.md"
categories = ["cryptography", "cryptography::cryptocurrencies", "database"]
keywords   = ["blockchain", "cosmos", "tendermint", "ibc", "proto"]
exclude    = ["definitions"]

description = """
    ibc-proto is a Rust implementation of the Cosmos SDK & IBC proto structs.
    """

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

[package.metadata.docs.rs]
all-features = true

[dependencies]
prost = "0.7"
prost-types = "0.7"
anomaly = "0.2"
bytes = "1.0"
thiserror = "1.0"
tonic = "0.4"

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