Cargo Features
[dependencies]
atlasserver = { version = "0.3.0", default-features = false, features = ["json-proto", "with-serde"] }
- default = json-proto
-
The
json-proto
feature is set by default wheneveratlasserver
is added without
somewhere in the dependency tree.default-features = false - json-proto default = with-serde
-
Affects
pbwarp::protobuf_body
,pbwarp::protobuf_reply
… - with-serde json-proto