Cargo Features

Neo4rs has no features set by default.

[dependencies]
neo4rs = { version = "0.9.0-rc.3", features = ["json", "unstable-v1", "unstable-serde-packstream-format", "unstable-result-summary", "unstable-bolt-protocol-impl-v2"] }
json = serde_json
unstable-v1 = unstable-bolt-protocol-impl-v2, unstable-result-summary
unstable-serde-packstream-format unstable-bolt-protocol-impl-v2? unstable-result-summary?
unstable-result-summary unstable-bolt-protocol-impl-v2? unstable-v1? = unstable-serde-packstream-format

Affects neo4rs::summary

unstable-bolt-protocol-impl-v2 unstable-v1? = unstable-result-summary, unstable-serde-packstream-format

Enables nav-types and time

Affects neo4rs::bolt, routing::RouteExtra, routing::Route, routing::Extra, routing::RouteBuilder

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.

serde_json json?