[dependencies.chrono]
default-features = false
features = ["clock", "std"]
version = "0.4"
[dev-dependencies.tempfile]
version = "3.0"
[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"
[lib]
name = "zlogger"
path = "src/lib.rs"
[package]
authors = ["Liu Zhen <liuzhen9320@5.1.e.7.0.a.a.e.0.a.2.ip6.arpa>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging"]
description = "A lightweight, configurable Rust logging library with color support and file rotation"
documentation = "https://docs.rs/zlogger"
edition = "2021"
homepage = "https://github.com/liuzhen9320/zlogger"
keywords = ["logging", "color", "rotation", "environment"]
license = "MIT"
name = "zlogger"
readme = "README.md"
repository = "https://github.com/liuzhen9320/zlogger"
version = "0.0.1"