Cargo Features
[dependencies]
mdns-sd = { version = "0.11.5", default-features = false, features = ["async", "logging"] }
- default = async, logging
-
These default features are set whenever
mdns-sd
is added without
somewhere in the dependency tree.default-features = false - async default
-
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.