Cargo Features

[dependencies]
unix-ipc = { version = "0.2.2", default-features = false, features = ["serde", "bootstrap", "bootstrap-simple"] }
default = bootstrap, bootstrap-simple, serde

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

serde default bootstrap = bincode, serde_
bootstrap default bootstrap-simple = serde
bootstrap-simple default = bootstrap, rand

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.

bincode serde
rand bootstrap-simple
serde_ serde

Enables serde