Cargo Features
[dependencies]
fastobo-graphs = { version = "0.4.9", default-features = false, features = ["obo"] }
- default = obo
-
The
obofeature is set by default wheneverfastobo-graphsis added withoutsomewhere in the dependency tree.default-features = false - obo default = fastobo, mashup
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.