jlf 0.4.0-dev

CLI for converting JSON logs to human-readable format
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "jlf"
description = "CLI for converting JSON logs to human-readable format"
documentation = "https://docs.rs/jlf"
categories = ["command-line-interface"]
keywords = ["json", "log", "jl", "format", "cli"]
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
jlf-core = { version = "0.4.0-dev", path = "../jlf-core" }
clap = { version = "4.6", features = ["derive"] }
color-eyre = "0.6.5"
owo-colors = { version = "4.3", features = ["alloc", "supports-colors"] }
strip-ansi-escapes = "0.2.1"