[package]
name = "tracing-dedup"
version = "0.1.0"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "tokio.rs tracing formatter that replaces repeated messages with a counter"
homepage = "https://github.com/kika/tracing-dedup"
repository = "https://github.com/kika/tracing-dedup"
readme = "README.md"
[dependencies]
tracing = "0.1"
tracing-subscriber = "0.3"