Cargo Features

[dependencies]
printnanny-octoprint-models = { version = "0.1.9", default-features = false, features = ["json"] }
default = json

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

json default

Enables serde_json

printnanny-octoprint-models has 2 features without comments.