Rust crate for interacting with compiled Protobufs used by [Althea Chain].
Because no crate provides neither the upstream [Canto Protobufs] nor [Ethermint Protobufs], this crate is also responsible for compiling and distributing those. Any protos not prefixed with an organization name (e.g. src/prost/canto.csr.v1.rs, src/prost/ethermint.types.v1.rs) are specific to Althea Chain.
This crate also provides the [Cosmos Protobufs] by exporting the [Cosmos SDK Proto] crate, purely for convenience.