Cargo Features
[dependencies]
ratio-dsm = { version = "0.8.1", default-features = false, features = ["serde"] }
- default = serde
-
The
serde
feature is set by default wheneverratio-dsm
is added without
somewhere in the dependency tree.default-features = false - serde default
-
Enables serde and serde_json, serde of implicit-clone ^0.4.9, serializing of palette, serde of ratio-color and ratio-matrix
ratio-dsm has 2 features without comments.