better-logger 0.1.2

Flexible sync/async logger with console and file output
Documentation
[dependencies.chrono]
default-features = false
features = ["clock", "std"]
version = "0.4.40"

[dependencies.env_logger]
default-features = false
features = ["auto-color", "humantime"]
version = "0.11.8"

[dependencies.log]
version = "0.4.27"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.tokio]
default-features = false
features = ["rt", "macros", "time"]
version = "1.44.2"

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

[package]
authors = ["Gistyr LLC <contact@gistyr.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "asynchronous"]
description = "Flexible sync/async logger with console and file output"
documentation = "https://docs.rs/better-logger"
edition = "2024"
exclude = ["tests/logs/*.log"]
homepage = "https://github.com/Gistyr/better-logger"
keywords = ["logging", "async", "file", "console", "log"]
license = "MIT OR Apache-2.0"
name = "better-logger"
readme = "README.md"
repository = "https://github.com/Gistyr/better-logger"
rust-version = "1.85.1"
version = "0.1.2"

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

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