Cargo Features

[dependencies]
nebula-client = { version = "0.7.3", default-features = false, features = ["graph", "meta", "storage"] }
default = graph

The graph feature is set by default whenever nebula-client is added without default-features = false somewhere in the dependency tree.

graph default = nebula-fbthrift-graph-v1, nebula-fbthrift-graph-v2, nebula-fbthrift-graph-v3, serde, serde-nebula-fbthrift-graph

Affects v1::graph, v2::graph, v3::graph

meta = nebula-fbthrift-meta-v1

Affects v1::meta

storage = nebula-fbthrift-storage-v1

Affects v1::storage

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.

nebula-fbthrift-graph-v3 graph
nebula-fbthrift-graph-v2 graph
nebula-fbthrift-graph-v1 graph
nebula-fbthrift-meta-v1 meta?
nebula-fbthrift-storage-v1 storage?
serde graph
serde-nebula-fbthrift-graph graph