Cargo Features

[dependencies]
secret-sdk-proto = { version = "0.1.0", default-features = false, features = ["grpc", "grpc-transport"] }
default = grpc-transport

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

grpc grpc-transport = tonic

Enables grpc of cosmos-sdk-proto

Affects secret.compute.v1beta1::msg_client, secret.compute.v1beta1::query_client, secret.emergencybutton.v1beta1::query_client, secret.emergencybutton.v1beta1::msg_client, secret.intertx.v1beta1::query_client, secret.intertx.v1beta1::msg_client, secret.registration.v1beta1::query_client

grpc-transport default = grpc

Enables grpc-transport of cosmos-sdk-proto and transport of tonic

Optional dependencies

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