termfmt 0.2.0

Opinionated formatting for library primatives with color and outputing to the terminal.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "termfmt"
version = "0.2.0"
edition = "2021"
description = "Opinionated formatting for library primatives with color and outputing to the terminal."
license = "MIT"

[dependencies]
chrono = "0.4.38"
clap = "4.5.4"
csv = "1.3.0"
eyre = "0.6.12"
serde = "1.0.201"
serde_json = "1.0.117"