Cargo Features
[dependencies]
courier = { version = "0.3.1", default-features = false, features = ["json", "msgpack"] }
- default = json
-
The
json
feature is set by default whenevercourier
is added without
somewhere in the dependency tree.default-features = false - json default
- msgpack
courier has 3 features without comments.