Cargo Features

[dependencies]
radb = { version = "0.1.6", default-features = false, features = ["tokio_async", "blocking"] }
default = blocking

The blocking feature is set by default whenever radb is added without default-features = false somewhere in the dependency tree.

tokio_async = async-stream, async-trait, futures-core, futures-util, tokio

Affects tokio_async::AdbProtocol

blocking default

Affects blocking::AdbProtocol

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.

async-trait tokio_async?
tokio tokio_async?
futures-util tokio_async?
futures-core tokio_async?
async-stream tokio_async?