Cargo Features
[dependencies]
zamm_yin = { version = "0.2.1", default-features = false, features = ["cypher"] }
- default = cypher
-
The
cypher
feature is set by default wheneverzamm_yin
is added without
somewhere in the dependency tree.default-features = false - cypher default = rusted_cypher
-
Affects
injection_graph::bind_cypher_graph
…
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.