yaslog 0.5.2

Yet another simple logger implementation for Rust.
Documentation
[dependencies.chrono]
version = "0.4"

[dependencies.fern]
features = ["colored"]
version = "0.7"

[dependencies.log]
version = "0.4"

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

[package]
authors = ["Chaoqian Xu <chaoranxu@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Yet another simple logger implementation for Rust."
edition = "2021"
license-file = "LICENSE"
name = "yaslog"
readme = "README.md"
version = "0.5.2"