Cargo Features
Scyllax has no features set by default.
[dependencies]
scyllax = { version = "0.2.1", features = ["json", "grpc"] }
- json = serde, serde_json
-
Affects
scyllax::json
,scyllax::json_blob
… - grpc = prost-types
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.
- serde json?
- serde_json json?
- prost-types grpc?
-
Enables prost-types ^0.12