Cargo Features

[dependencies]
sedes = { version = "0.3.0", default-features = false, features = ["all", "json", "yaml", "cbor", "rmp", "bincode", "pickle"] }
default = all

The all feature is set by default whenever sedes is added without default-features = false somewhere in the dependency tree.

all default = bincode, cbor, json, pickle, rmp, yaml
json all

Enables serde_json

yaml all

Enables serde_yaml

cbor all

Enables serde_cbor

rmp all

Enables rmp-serde

bincode all

Enables bincode

pickle all

Enables serde-pickle

sedes has 8 features without comments.