[package]
name = "log2"
version = "0.3.0"
edition = "2021"
description = "log2 is an out-of-the-box logging library for Rust"
license = "MIT"
repository = "https://github.com/sweihub/log2"
documentation = "https://docs.rs/log2"
[dependencies]
chrono = "0.4.26"
colored = "2.0.0"
flate2 = "1.1.0"
log = { version = "0.4.18", features = ["std"] }
[lib]
doctest = false