Cargo Features

[dependencies]
io-pipe = { version = "0.6.2", default-features = false, features = ["sync", "async"] }
default = sync

The sync feature is set by default whenever io-pipe is added without default-features = false somewhere in the dependency tree.

sync default

Affects async_pipe::async_reader_pipe, async_pipe::async_writer_pipe

async

Enables futures-io

Affects async_pipe::async_reader_pipe, async_pipe::async_writer_pipe