mdns-sd 0.15.2

mDNS Service Discovery library with no async runtime dependency
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

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

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

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

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

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

[dependencies.fastrand]
version = "2.3"

[dependencies.flume]
version = "0.11"
default-features = false

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

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

[dependencies.mio]
version = "1.0"
features = [
    "os-poll",
    "net",
]

[dependencies.socket-pktinfo]
version = "0.3.2"

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

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

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

[dev-dependencies.humantime]
version = "2.1"

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

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