mdns-sd 0.11.2

mDNS Service Discovery library with no async runtime dependency
Documentation
[dependencies.flume]
default-features = false
version = "0.11"

[dependencies.if-addrs]
features = ["link-local"]
version = "0.10"

[dependencies.log]
optional = true
version = "0.4"

[dependencies.polling]
version = "2.1"

[dependencies.socket2]
features = ["all"]
version = "0.5.5"

[dev-dependencies.env_logger]
default-features = false
features = ["humantime"]
version = "= 0.10.2"

[dev-dependencies.fastrand]
version = "1.8"

[dev-dependencies.test-log]
version = "= 0.2.14"

[dev-dependencies.test-log-macros]
version = "= 0.2.14"

[[example]]
name = "query"
path = "examples/query.rs"

[[example]]
name = "register"
path = "examples/register.rs"

[features]
async = ["flume/async"]
default = ["async", "logging"]
logging = ["log"]

[lib]
name = "mdns_sd"
path = "src/lib.rs"

[package]
authors = ["keepsimple <keepsimple@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming"]
description = "mDNS Service Discovery library with no async runtime dependency"
documentation = "https://docs.rs/mdns-sd"
edition = "2018"
keywords = ["mdns", "discovery", "service-discovery", "zeroconf", "dns-sd"]
license = "Apache-2.0 OR MIT"
name = "mdns-sd"
readme = "README.md"
repository = "https://github.com/keepsimple1/mdns-sd"
rust-version = "1.63.0"
version = "0.11.2"

[[test]]
name = "addr_parse"
path = "tests/addr_parse.rs"

[[test]]
name = "mdns_test"
path = "tests/mdns_test.rs"