hick-trace 0.1.0

Tracing-or-noop diagnostic macro shim and backend-agnostic stats/metrics primitives for the hick mDNS stack.
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-trace"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tracing-or-noop diagnostic macro shim and backend-agnostic stats/metrics primitives for the hick mDNS stack."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/al8n/hick"

[features]
default = []
metrics = [
    "dep:metrics",
    "stats",
]
stats = ["dep:portable-atomic"]
tracing = ["dep:tracing"]

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

[dependencies.metrics]
version = "0.24"
optional = true
default-features = false

[dependencies.portable-atomic]
version = "1"
features = ["fallback"]
optional = true
default-features = false

[dependencies.tracing]
version = "0.1"
optional = true
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)"]