Cargo Features
[dependencies]
printnanny-asyncapi-models = { version = "0.5.0", default-features = false, features = ["json"] }
- default = json
-
The
json
feature is set by default wheneverprintnanny-asyncapi-models
is added without
somewhere in the dependency tree.default-features = false - json default
-
Enables serde_json
printnanny-asyncapi-models has 2 features without comments.