Cargo Features
[dependencies]
mobc-nebula = { version = "0.9.0", default-features = false, features = ["impl_tokio", "graph"] }
- default = graph, impl_tokio
-
These default features are set whenever
mobc-nebula
is added without
somewhere in the dependency tree.default-features = false - impl_tokio default
-
Enables impl_tokio of fbthrift-transport ^0.9
Affects
mobc-nebula::impl_tokio
… - graph default
-
Enables graph of nebula-client
Affects
v1::graph
,v2::graph
,v3::graph
,mobc-nebula::graph
…