Cargo Features
[dependencies]
agnostic-mdns = { version = "0.1.1", default-features = false, features = ["std", "tokio", "async-std", "smol"] }
- default = std
-
The
std
feature is set by default wheneveragnostic-mdns
is added without
somewhere in the dependency tree.default-features = false - std default async-std? smol? tokio?
- tokio = std
-
Affects
agnostic-mdns::tokio
… - async-std = std
-
Affects
agnostic-mdns::async_std
… - smol = std
-
Affects
agnostic-mdns::smol
…