cosmos / ibc-proto-rs

Rust Protobuf definitions and gRPC clients for interacting with Cosmos SDK, IBC and Interchain Security
Apache License 2.0
45 stars 26 forks source link

Make `serde` an optional dependency, only enabled with the `serde` feature #152

Closed romac closed 11 months ago

romac commented 11 months ago

There is no reason to pull in the serde dependency if it's not actually needed.