bt_logger 0.3.0

A simple and lightweight Rust log library with support for log level. Can Generate Log meessage only.
Documentation
[dependencies.chrono]
version = "0.4.42"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.47.1"

[dev-dependencies.regex]
version = "1.12.2"

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

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

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

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

[package]
authors = ["calvarez <calvarez@bachuetech.biz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging"]
description = "A simple and lightweight Rust log library with support for log level. Can Generate Log meessage only."
edition = "2024"
homepage = "https://github.com/bachuetech/bt_logger"
keywords = ["log", "logger", "logging"]
license = "GPL-3.0-only"
name = "bt_logger"
readme = "README.md"
repository = "https://github.com/bachuetech/bt_logger.git"
version = "0.3.0"

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

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

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