Cargo Features
Warpgrapher has no features set by default.
[dependencies]
warpgrapher = { version = "0.11.2", features = ["gremlin", "cypher"] }
- gremlin = gremlin-client
-
Affects
database::gremlin
,database::env_bool
… - cypher = bolt-client, bolt-proto, mobc, mobc-bolt
-
Affects
database::cypher
…
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.
- bolt-client cypher?
-
Enables bolt-client ^0.10.1
Optional dependencies
- bolt-proto cypher?
-
Enables bolt-proto ^0.11.0
- gremlin-client gremlin?
- mobc cypher?
-
Enables mobc ^0.7.3
- mobc-bolt cypher?
-
Enables mobc-bolt ^0.1.0