Cargo Features

minicbor-io has no features set by default.

[dependencies]
minicbor-io = { version = "0.19.0", features = ["async-io"] }
async-io = futures-core, futures-io, futures-util

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.

futures-core async-io?
futures-io async-io?
futures-util async-io?