censer 0.1.0

Beautiful, structured logging for the terminal ⚒️
Documentation
[dependencies.chrono]
version = "0.4"

[dependencies.glyphs]
version = "0.1"

[dependencies.molten_brand]
optional = true
version = "0.1"

[features]
brand = ["molten_brand"]
default = []

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

[package]
authors = ["Molten Labs <hello@moltenlabs.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "development-tools::debugging"]
description = "Beautiful, structured logging for the terminal ⚒️"
documentation = "https://docs.rs/censer"
edition = "2021"
homepage = "https://molten.dev"
include = ["src/**/*", "Cargo.toml", "LICENSE-*", "README.md", "CHANGELOG.md"]
keywords = ["logging", "terminal", "cli", "pretty", "structured"]
license = "MIT OR Apache-2.0"
name = "censer"
readme = "README.md"
repository = "https://github.com/moltenlabs/censer"
rust-version = "1.75"
version = "0.1.0"