Cargo Features

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

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

reuseport default
async default

Enables async of flume ^0.11

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