Cargo Features

serde_rw has no features set by default.

[dependencies]
serde_rw = { version = "0.4.2", features = ["json", "toml", "xml", "yaml"] }
json

Enables serde_json

Affects json::featured

toml

Enables toml ^0.7.1

Affects toml::featured

xml

Enables quick-xml ^0.30.0

Affects xml::featured

yaml

Enables serde_yaml

Affects yaml::featured