Cargo Features

[dependencies]
bb8-async-ssh2-lite = { version = "0.3.3", default-features = false, features = ["tokio"] }
default = tokio

The tokio feature is set by default whenever bb8-async-ssh2-lite is added without default-features = false somewhere in the dependency tree.

tokio default = tokio_crate

Enables tokio of async-ssh2-lite

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.

tokio_crate tokio

Enables tokio