Cargo Features

[dependencies]
tree-fs = { version = "0.1.0", default-features = false, features = ["yaml"] }
default = yaml

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

yaml default

Enables serde_yaml and thiserror

Affects tree-fs::Error, tree-fs::Result, tree-fs::from_yaml_file, tree-fs::from_yaml_str