async_logging 0.1.8

An asynchronous logging library for Rust, designed to be simple and efficient.
Documentation
[dependencies.colored]
version = "3.0.0"

[dependencies.once_cell]
version = "1.21.3"

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An asynchronous logging library for Rust, designed to be simple and efficient."
edition = "2021"
license = "MIT"
name = "async_logging"
readme = "README.md"
version = "0.1.8"