Cargo Features
[dependencies]
secret-sdk-proto = { version = "0.1.2", default-features = false, features = ["grpc", "grpc-transport"] }
- default = grpc-transport
-
The
grpc-transport
feature is set by default wheneversecret-sdk-proto
is added without
somewhere in the dependency tree.default-features = false - grpc grpc-transport = tonic
-
Enables grpc of cosmos-sdk-proto ^0.25.0
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 ^0.25.0 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.