fibre_logging 0.5.4

A flexible, multimode sync/async logging library that unifies the log and tracing ecosystems, driven by external configuration and featuring powerful debug instrumentation.
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 = "2021"
name = "fibre_logging"
version = "0.5.4"
authors = ["Excerion Sun <dev@excsn.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A flexible, multimode sync/async logging library that unifies the log and tracing ecosystems, driven by external configuration and featuring powerful debug instrumentation."
homepage = "https://github.com/excsn/fibre"
readme = "README.md"
keywords = [
    "logging",
    "tracing",
    "telemetry",
    "structured-logging",
    "configuration",
]
categories = [
    "development-tools::debugging",
    "config",
]
license = "MPL-2.0"
repository = "https://github.com/excsn/fibre"

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

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

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

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

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

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

[dependencies.chrono]
version = "^0.4"
features = ["serde"]

[dependencies.fibre]
version = "^0.5"

[dependencies.flate2]
version = "^1"

[dependencies.humantime]
version = "^2"

[dependencies.log]
version = "^0.4"

[dependencies.once_cell]
version = "^1"

[dependencies.parking_lot]
version = "^0.12"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "^1.0"
features = ["derive"]

[dependencies.serde_json]
version = "^1"

[dependencies.serde_yaml]
version = "^0.9"

[dependencies.thiserror]
version = "^2"

[dependencies.tracing]
version = "^0.1"
features = ["max_level_trace"]

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

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

[dependencies.tracing-log]
version = "^0.2"

[dependencies.tracing-subscriber]
version = "^0.3"
features = [
    "fmt",
    "env-filter",
    "registry",
]

[dev-dependencies.pretty_assertions]
version = "^1.4"

[dev-dependencies.tempfile]
version = "^3"