Cargo Features
[dependencies]
trapeze = { version = "0.7.5", default-features = false, features = ["vsock", "anyhow"] }
- default = anyhow, vsock
-
These default features are set whenever
trapeze
is added without
somewhere in the dependency tree.default-features = false - vsock default
-
Enables tokio-vsock
Affects
transport::vsock
… - anyhow default
-
Enables anyhow