Cargo Features

[dependencies]
bb8-nebula = { version = "0.9.0", default-features = false, features = ["impl_tokio", "graph"] }
default = graph, impl_tokio

These default features are set whenever bb8-nebula is added without default-features = false somewhere in the dependency tree.

impl_tokio default

Enables impl_tokio of fbthrift-transport ^0.9

Affects bb8-nebula::impl_tokio

graph default

Enables graph of nebula-client

Affects v1::graph, v2::graph, v3::graph, bb8-nebula::graph