switchy_mdns 0.3.0

Switchy mdns service discovery package
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 = "2024"
name = "switchy_mdns"
version = "0.3.0"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Switchy mdns service discovery package"
readme = "README.md"
keywords = [
    "discovery",
    "dns",
    "mdns",
    "multicast",
    "service",
]
categories = ["network-programming"]
license = "MPL-2.0"
repository = "https://github.com/MoosicBox/MoosicBox"

[package.metadata]
examples = true

[package.metadata.cargo-machete]
ignored = ["tokio"]

[package.metadata.workspaces]
group = "switchy"

[features]
default = ["simulator"]
fail-on-warnings = ["moosicbox_assert/fail-on-warnings"]
simulator = []

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.hostname]
version = "0.4.2"

[dependencies.log]
version = "0.4.29"
features = ["release_max_level_trace"]

[dependencies.mdns-sd]
version = "0.18.2"

[dependencies.moosicbox_assert]
version = "0.3.0"
default-features = false

[dependencies.thiserror]
version = "2.0.18"