brk_logger 0.2.2

A thin wrapper around tracing with size-based log rotation
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 = "brk_logger"
version = "0.2.2"
build = false
exclude = ["examples/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A thin wrapper around tracing with size-based log rotation"
homepage = "https://bitcoinresearchkit.org"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bitcoinresearchkit/brk"

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

[dependencies.jiff]
version = "0.2.23"
features = [
    "perf-inline",
    "tz-system",
]
default-features = false

[dependencies.owo-colors]
version = "4.3.0"

[dependencies.tracing]
version = "0.1"
features = ["std"]
default-features = false

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

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