pretty-logging 0.2.0

A minimal and pretty logger for the log crate.
Documentation
[dependencies.colored]
version = "3.0.0"

[dependencies.log]
version = "0.4.27"

[dependencies.time]
features = ["formatting", "local-offset", "macros"]
version = "0.3.42"

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

[package]
authors = ["Rafael Bradley"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A minimal and pretty logger for the log crate."
edition = "2024"
license = "MIT"
name = "pretty-logging"
readme = "README.md"
repository = "https://github.com/Nekidev/pretty-logging"
version = "0.2.0"