Cargo Features
[dependencies]
tracery = { version = "0.2.1", default-features = false, features = ["tracery_json"] }
- default = tracery_json
-
The
tracery_json
feature is set by default whenevertracery
is added without
somewhere in the dependency tree.default-features = false - tracery_json default = serde, serde_json
-
Affects
tracery::from_json
,tracery::flatten_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.