Cargo Features

[dependencies]
side-proto = { version = "0.1.0-dev8", default-features = false, features = ["std", "grpc", "grpc-transport", "cosmwasm", "serde"] }
default = grpc-transport

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

std grpc?

Enables std of prost and tendermint-proto

grpc grpc-transport = std, tonic

Affects side.auction.tonic::query_client, side.auction.tonic::query_server, side.auction.tonic::msg_client, side.auction.tonic::msg_server, side.btcbridge.tonic::query_client, side.btcbridge.tonic::query_server, side.btcbridge.tonic::msg_client, side.btcbridge.tonic::msg_server, side.dlc.tonic::query_client, side.dlc.tonic::query_server, side.dlc.tonic::msg_client, side.dlc.tonic::msg_server, side.lending.tonic::query_client, side.lending.tonic::query_server, side.lending.tonic::msg_client, side.lending.tonic::msg_server

grpc-transport default = grpc

Enables transport of tonic

Optional dependencies

cosmwasm
serde = pbjson

Enables serde

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
pbjson serde?

Enables informalsystems-pbjson