async-dnssd 0.5.0

Asynchronous wrapper for DNS-SD C libraries
Documentation
[build-dependencies.pkg-config]
version = "0.3.9"
[dependencies.bitflags]
version = "1.0.4"

[dependencies.futures-channel]
version = "0.3.1"

[dependencies.futures-core]
version = "0.3.1"

[dependencies.futures-util]
default-features = false
features = ["std"]
version = "0.3.1"

[dependencies.libc]
version = "0.2.65"

[dependencies.log]
version = "0.4.8"

[dependencies.pin-utils]
version = "0.1.0"

[dependencies.tokio]
features = ["time", "rt", "net", "sync"]
version = "1.1"
[dev-dependencies.futures]
version = "0.3.1"

[dev-dependencies.tokio]
features = ["macros"]
version = "1.1"

[package]
authors = ["Stefan Bühler <stbuehler@web.de>"]
build = "build.rs"
description = "Asynchronous wrapper for DNS-SD C libraries"
documentation = "https://stbuehler.github.io/rustdocs/async-dnssd/async_dnssd/"
edition = "2021"
homepage = "https://github.com/stbuehler/rust-async-dnssd"
keywords = ["dnssd", "dns-sd", "mdns", "network", "async"]
license = "MIT"
name = "async-dnssd"
readme = "README.md"
repository = "https://github.com/stbuehler/rust-async-dnssd"
resolver = "2"
version = "0.5.0"
[target."cfg(windows)".dependencies.futures-executor]
version = "0.3.1"

[target."cfg(windows)".dependencies.winapi]
features = ["winsock2"]
version = "0.3.6"