[package] name = "citadel_logging" version = "0.11.3" authors = ["Thomas Braun "] edition = "2021" description = "logging library for the Citadel Protocol" homepage = "https://avarok.net/" repository = "https://github.com/Avarok-Cybersecurity/Citadel-Protocol" readme = "../README.md" categories = ["cryptography", "network-programming", "asynchronous"] license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tracing = { workspace = true } tracing-subscriber = { workspace = true, features = ["env-filter"] }