Cargo Features

[dependencies]
gipc = { version = "0.2.0", default-features = false, features = ["sync", "async-tokio"] }
default = sync

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

sync default

Affects connection::sync

async-tokio

Enables async-trait and futures-io, tokio_support of interprocess ^1.2.1, compat of tokio-util and rt of tokio

tokio:

Includes basic task execution capabilities

Affects connection::async_tokio

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 async-tokio?
tokio-util async-tokio?