[dependencies.chrono]
version = "0.4.38"
[dependencies.clap]
version = "4.5.4"
[dependencies.csv]
version = "1.3.0"
[dependencies.eyre]
version = "0.6.12"
[dependencies.serde]
version = "1.0.201"
[dependencies.serde_json]
version = "1.0.117"
[lib]
name = "termfmt"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Opinionated formatting for library primatives with color and outputing to the terminal."
edition = "2021"
license = "MIT"
name = "termfmt"
readme = "README.md"
repository = "https://github.com/Lukas412/termfmt"
version = "0.2.9"