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
somewhere in the dependency tree.default-features = false - 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.