rex-logger 0.1.0

Structured logging with tracing and in-memory log capture for REX
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 = "rex-logger"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structured logging with tracing and in-memory log capture for REX"
readme = false
license = "Apache-2.0"
repository = "https://github.com/trusted-remote-execution/trusted-remote-execution"
resolver = "2"

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.bounded-vec-deque]
version = "0.1"

[dependencies.chrono]
version = "0.4"

[dependencies.derive_builder]
version = "0.20"

[dependencies.rstest]
version = "0.26"

[dependencies.serde]
version = "1"

[dependencies.syslog-tracing]
version = "0.3"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

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

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

[dev-dependencies.sealed_test]
version = "1.1"

[dev-dependencies.tempfile]
version = "3.0"