[dependencies.chrono]
version = "0.4"
[dependencies.once_cell]
version = "1"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.termcolor]
version = "1"
[[example]]
name = "demo"
path = "examples/demo.rs"
[lib]
crate-type = ["lib"]
name = "fancy_log"
path = "src/lib.rs"
[package]
authors = ["Canmi(Canmi21) <canmicn@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A fancy logging library with colorized output and structured logs."
documentation = "https://docs.rs/fancy-log"
edition = "2024"
exclude = ["/target", "/.git", "/.github"]
homepage = "https://github.com/canmi21/fancy-log"
keywords = ["logging", "color", "structured", "terminal"]
license = "MIT"
name = "fancy-log"
readme = "README.md"
repository = "https://github.com/canmi21/fancy-log"
version = "0.1.1"