Cargo Features

[dependencies]
ratio-dsm = { version = "0.8.1", default-features = false, features = ["serde"] }
default = serde

The serde feature is set by default whenever ratio-dsm is added without default-features = false somewhere in the dependency tree.

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.