Cargo Features

unicom-tcp has no features set by default.

[dependencies]
unicom-tcp = { version = "0.2.0", features = ["tokio", "async-std", "rustdoc"] }
tokio = tokio-rs

Enables tokio of unicom and unicom-nres

async-std rustdoc? = async-std-rs

Enables async-std of unicom and unicom-nres

rustdoc = async-std

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-std-rs async-std?

Enables async-std

tokio-rs tokio?

Enables tokio