Cargo Features

[dependencies]
courier = { version = "0.3.1", default-features = false, features = ["json", "msgpack"] }
default = json

The json feature is set by default whenever courier is added without default-features = false somewhere in the dependency tree.

json default
msgpack

courier has 3 features without comments.