Cargo Features

Bin_prot has no features set by default.

[dependencies]
binprot = { version = "0.1.7", features = ["async"] }
async = async-trait, tokio

Enables async of binprot_derive

Affects binprot::async_read_write

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 async?
tokio async?