[package]
name = "logforth-layout-text"
version = "0.4.0"
description = "Optionally colored text layout for Logforth."
keywords = ["logging", "log", "colored", "terminal"]
categories.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
rust-version.workspace = true
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
colored = { workspace = true }
jiff = { workspace = true }
logforth-core = { workspace = true }
[lints]
workspace = true