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 whenever agnostic-mdns is added without default-features = false somewhere in the dependency tree.

std default async-std? smol? tokio?
tokio = std

Enables tokio of agnostic

Affects agnostic-mdns::tokio

async-std = std

Enables async-std of agnostic

Affects agnostic-mdns::async_std

smol = std

Enables smol of agnostic

Affects agnostic-mdns::smol