Cargo Features

[dependencies]
tokio-unix-ipc = { version = "0.3.0", default-features = false, features = ["serde", "serde-structural", "bootstrap", "panic-support", "backtrace"] }
default = bootstrap, panic-support, serde

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

serde default bootstrap panic-support serde-structural? = bincode, serde_

Affects tokio-unix-ipc::serde

serde-structural = rmp-serde, serde
bootstrap default = rand, serde
panic-support default = serde

Affects tokio-unix-ipc::panic

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
rmp-serde serde-structural?
backtrace implicit feature

Enables backtrace

backtrace:

A library to acquire a stack trace (backtrace) at runtime in a Rust program

serde_ serde

Enables serde