Cargo Features
[dependencies]
dydx-proto = { version = "0.2.0", default-features = false, features = ["grpc-transport"] }
- default = grpc-transport
-
The
grpc-transport
feature is set by default wheneverdydx-proto
is added without
somewhere in the dependency tree.default-features = false - grpc-transport default
dydx-proto has 2 features without comments.