[dependencies.chrono]
features = ["serde"]
version = "0.4.42"
[dependencies.tracing]
version = "0.1.41"
[dependencies.tracing-subscriber]
features = ["env-filter", "json"]
version = "0.3.20"
[lib]
name = "graflog"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging"]
description = "Structured JSON logging for Rust applications optimized for Grafana ingestion"
documentation = "https://docs.rs/graflog"
edition = "2024"
homepage = "https://github.com/bennekrouf/graflog"
keywords = ["logging", "grafana", "json", "tracing", "structured"]
license = "MIT"
name = "graflog"
readme = "README.md"
repository = "https://github.com/bennekrouf/graflog"
version = "1.6.1"