hick 0.1.1

Batteries-included, runtime-agnostic mDNS / DNS-SD: the `mdns-proto` Sans-I/O core wired to a default async driver (tokio & smol).
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"
rust-version = "1.91.0"
name = "hick"
version = "0.1.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Batteries-included, runtime-agnostic mDNS / DNS-SD: the `mdns-proto` Sans-I/O core wired to a default async driver (tokio & smol)."
homepage = "https://github.com/al8n/hick"
documentation = "https://docs.rs/hick"
readme = "README.md"
keywords = [
    "mdns",
    "dns-sd",
    "zeroconf",
    "service-discovery",
]
categories = ["network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/al8n/hick"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
compio = [
    "std",
    "hick-compio",
]
default = ["tokio"]
defmt = [
    "hick-smoltcp?/defmt",
    "hick-embassy?/defmt",
]
embassy = [
    "hick-embassy",
    "hick-embassy/atomic",
    "smoltcp",
]
embassy-no-atomic = [
    "hick-embassy",
    "hick-embassy/no-atomic",
    "smoltcp-no-atomic",
]
metrics = [
    "std",
    "stats",
    "mdns-proto/metrics",
    "hick-reactor?/metrics",
    "hick-compio?/metrics",
]
smol = [
    "std",
    "hick-reactor/smol",
]
smoltcp = [
    "hick-smoltcp",
    "hick-smoltcp/atomic",
]
smoltcp-no-atomic = [
    "hick-smoltcp",
    "hick-smoltcp/no-atomic",
]
stats = [
    "mdns-proto/stats",
    "hick-reactor?/stats",
    "hick-compio?/stats",
    "hick-smoltcp?/stats",
    "hick-embassy?/stats",
]
std = ["mdns-proto/std"]
tokio = [
    "std",
    "hick-reactor/tokio",
]
tracing = [
    "mdns-proto/tracing",
    "hick-reactor?/tracing",
    "hick-compio?/tracing",
    "hick-smoltcp?/tracing",
    "hick-embassy?/tracing",
]

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

[dependencies.hick-compio]
version = "0.1"
optional = true
default-features = false

[dependencies.hick-embassy]
version = "0.1"
optional = true
default-features = false

[dependencies.hick-reactor]
version = "0.1"
optional = true
default-features = false

[dependencies.hick-smoltcp]
version = "0.1"
optional = true
default-features = false

[dependencies.mdns-proto]
version = "0.2"
features = ["slab"]
default-features = false

[lints.rust]
rust_2018_idioms = "warn"
single_use_lifetimes = "warn"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage)"]