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 whenever atlasserver is added without default-features = false somewhere in the dependency tree.

json-proto default = with-serde

Affects pbwarp::protobuf_body, pbwarp::protobuf_reply

with-serde json-proto