[package]
edition = "2021"
name = "unilog"
version = "0.1.3"
authors = ["Yakshit Chhipa (Axnjr) <yakshitchhipa@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight Rust logging library supporting async/sync logging and colored logs."
homepage = "https://github.com/Axnjr/unilog_rs"
documentation = "https://docs.rs/unilog"
readme = "README.md"
keywords = [
"logging",
"async",
"logger",
"color",
"fmt",
]
categories = [
"development-tools::debugging",
"command-line-utilities",
]
license = "MIT"
repository = "https://github.com/Axnjr/unilog_rs"
[lib]
name = "unilog"
path = "src/lib.rs"
[[bin]]
name = "unilog_demo"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4.39"