Cargo Features

[dependencies]
fronma = { version = "0.2.0", default-features = false, features = ["json", "serde_yaml", "toml"] }
default = serde_yaml

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

Affects parser::parse

json = serde_json

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.

serde_json json?
serde_yaml default

Enables serde_yaml ~0.8

toml implicit feature

Enables toml ~0.5