Cargo Features

TBON has no features set by default.

[dependencies]
tbon = { version = "0.5.2", features = ["all", "tokio-io"] }
all = tokio-io
tokio-io all?

Enables tokio

Affects de::SourceReader, de::read_from

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