Cargo Features
[dependencies]
peerbook = { version = "0.1.11", default-features = false, features = ["integration", "mdns", "colorful"] }
- default = integration, mdns
-
These default features are set whenever
peerbook
is added without
somewhere in the dependency tree.default-features = false - integration default = tokio
-
Tatami
- mdns default
- colorful
-
Enables colored
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 integration
-
Enables tokio
async