Cargo Features

[dependencies]
mdns-sd = { version = "0.11.0", default-features = false, features = ["async", "logging"] }
default = async, logging

These default features are set whenever mdns-sd is added without default-features = false somewhere in the dependency tree.

async default

Enables async of flume

channel between threads

logging default = log

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.

log logging

Enables log

logging