jlf 0.4.0-dev

CLI for converting JSON logs to human-readable format
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "jlf"
version = "0.4.0-dev"
authors = ["Jack Lee <jack.y.l.dev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for converting JSON logs to human-readable format"
documentation = "https://docs.rs/jlf"
readme = false
keywords = [
    "json",
    "log",
    "jl",
    "format",
    "cli",
]
categories = ["command-line-interface"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/poonesnerfect/jlf"

[[bin]]
name = "jlf"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.clap]
version = "4.6"
features = ["derive"]

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.jlf-core]
version = "0.4.0-dev"

[dependencies.owo-colors]
version = "4.3"
features = [
    "alloc",
    "supports-colors",
]

[dependencies.strip-ansi-escapes]
version = "0.2.1"