Cargo Features
m10-sdk-protos has no features set by default.
[dependencies]
m10-sdk-protos = { version = "0.4.0", features = ["client", "server", "dynamic2", "grpc"] }
- client = grpc
- server = grpc
- dynamic2 = looking-glass, looking-glass-derive
- grpc client? server? = tonic
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?
-
Enables tonic ^0.5
- looking-glass dynamic2?
-
Enables looking-glass
dynamic-derive
feature. - looking-glass-derive dynamic2?