Cargo Features

[dependencies]
cosmos-sdk-proto = { version = "0.21.1", default-features = false, features = ["grpc", "grpc-transport", "cosmwasm"] }
default = grpc-transport

The grpc-transport feature is set by default whenever cosmos-sdk-proto is added without default-features = false somewhere in the dependency tree.

grpc grpc-transport = tonic

Affects cosmos.app.v1alpha1.tonic::query_client, cosmos.app.v1alpha1.tonic::query_server, cosmos.auth.v1beta1.tonic::query_client, cosmos.auth.v1beta1.tonic::query_server, cosmos.authz.v1beta1.tonic::query_client, cosmos.authz.v1beta1.tonic::query_server, cosmos.authz.v1beta1.tonic::msg_client, cosmos.authz.v1beta1.tonic::msg_server, cosmos.bank.v1beta1.tonic::query_client, cosmos.bank.v1beta1.tonic::query_server, cosmos.bank.v1beta1.tonic::msg_client, cosmos.bank.v1beta1.tonic::msg_server, cosmos.base.node.v1beta1.tonic::service_client, cosmos.base.node.v1beta1.tonic::service_server, cosmos.base.reflection.v1beta1.tonic::reflection_service_client, cosmos.base.reflection.v1beta1.tonic::reflection_service_server, cosmos.base.reflection.v2alpha1.tonic::reflection_service_client, cosmos.base.reflection.v2alpha1.tonic::reflection_service_server, cosmos.base.tendermint.v1beta1.tonic::service_client, cosmos.base.tendermint.v1beta1.tonic::service_server

grpc-transport default = grpc

Enables transport of tonic

Optional dependencies

cosmwasm

Affects cosmos-sdk-proto::cosmwasm

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

tonic grpc? grpc-transport