Cargo Features

Miau has no features set by default.

[dependencies]
miau = { version = "0.1.1", features = ["all", "ini", "json", "msgpack", "serde_json5", "serde_toml", "yaml"] }
all = ini, json, msgpack, serde_json5, serde_toml, yaml
ini all? = serde_ini

Affects format::ini

json all? = serde_json

Affects format::json

msgpack all? = rmp-serde

Affects format::msgpack

serde_json5 all? = json5

Affects format::json5

serde_toml all? = toml

Affects format::toml

yaml all? = serde_yaml

Affects format::yaml

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

json5 serde_json5?

Enables json5 ^0.3.0

optional dependencies

rmp-serde msgpack?

Enables rmp-serde ^0.15.0

serde_ini ini?
serde_json json?
serde_yaml yaml?

Enables serde_yaml ^0.8.14

toml serde_toml?

Enables toml ^0.5.8