tracing-microjson 0.3.0

A tracing JSON layer with zero serialization framework dependencies
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.88"
name = "tracing-microjson"
version = "0.3.0"
build = false
exclude = [".github/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tracing JSON layer with zero serialization framework dependencies"
readme = "README.md"
keywords = [
    "tracing",
    "json",
    "logging",
]
categories = ["development-tools::debugging"]
license = "GPL-3.0-or-later"
repository = "https://github.com/JacobMillward/tracing-microjson"

[features]
_bench_internals = []

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

[[test]]
name = "integration"
path = "tests/integration/main.rs"

[[bench]]
name = "alloc"
path = "benches/alloc/main.rs"
harness = false
required-features = ["_bench_internals"]

[[bench]]
name = "json_formatting"
path = "benches/json_formatting.rs"
harness = false
required-features = ["_bench_internals"]

[dependencies.tracing-core]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "registry",
]
default-features = false

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "registry",
    "json",
    "env-filter",
]
default-features = false