[dependencies.chrono]
version = "0.4"
[dependencies.colored]
optional = true
version = "3"
[features]
color = ["colored"]
default = []
[lib]
name = "luhlog"
path = "src/lib.rs"
[package]
authors = ["cali zoots <calizoots@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A horrible Rust logging library"
edition = "2021"
license = "GPL-3.0-or-later"
license-file = "LICENSE"
name = "luhlog"
readme = "README.md"
repository = "https://github.com/calizoots/luhlog"
version = "0.0.3"