tklog 0.0.10

Lightweight and efficient rust structured log library with support for log level, file shred, compressed archive
Documentation
[dependencies.chrono]
version = "0.4.38"

[dependencies.crossbeam-channel]
version = "0.5.13"

[dependencies.flate2]
version = "1.0.31"

[dependencies.log]
version = "0.4.22"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.regex]
version = "1.10.6"

[dependencies.tokio]
features = ["full"]
version = "1.39.2"

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

[package]
authors = ["donnie4w <donnie4w@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools::debugging"]
description = "Lightweight and efficient rust structured log library with support for log level, file shred, compressed archive"
documentation = "https://docs.rs/tklog"
edition = "2021"
homepage = "https://github.com/donnie4w/tklog"
include = ["src/**/*.rs", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["log", "logger", "logging"]
license = "Apache-2.0"
name = "tklog"
readme = "README.md"
repository = "https://github.com/donnie4w/tklog"
version = "0.0.10"