Cargo Features

mobc-nebula-graph has no features set by default.

[dependencies]
mobc-nebula-graph = { version = "0.4.4", features = ["async_std", "tokio"] }
async_std = async-std

Enables mobc ^0.5, futures_io of fbthrift-transport =0.4.3

tokio = tokio02

Enables tokio_io of fbthrift-transport =0.4.3, tokio of mobc ^0.5

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.

mobc async_std? tokio?

Enables mobc ^0.5

tokio02 tokio?

Enables tokio ^0.2

async-std async_std?