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

integration default = tokio

Enables satellite of tatami

Tatami

mdns default

Enables mdns of tatami

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