itrace 0.1.1

Structured, columnar tracing for Rust applications
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"
name = "itrace"
version = "0.1.1"
authors = ["Claudio Carraro iclac - wiclac@pm.me"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structured, columnar tracing for Rust applications"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/iclac/itrace"

[features]
chrono = ["dep:chrono"]
default = ["jiff"]
jiff = ["dep:jiff"]

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

[[example]]
name = "basic"
path = "examples/basic.rs"

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

[dependencies.arc-swap]
version = "1"

[dependencies.chrono]
version = "0.4"
optional = true

[dependencies.dirs]
version = "5"

[dependencies.jiff]
version = "0.2"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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