Cargo Features

[dependencies]
flatty-io = { version = "0.1.0-rc.6", default-features = false, features = ["std", "async", "blocking", "io"] }
default = async, blocking, io

These default features are set whenever flatty-io is added without default-features = false somewhere in the dependency tree.

std io

Enables std of flatty

async default = futures

Affects flatty-io::async_

blocking default

Affects flatty-io::blocking

io default = std

Affects recv::IoReceiver, send::IoSender, recv::IoReceiver, send::IoSender

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 async