jsonl-tui 0.1.1

Terminal explorer for JSONL files: search, filter, sort, group and export from your keyboard or mouse.
# 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 = "jsonl-tui"
version = "0.1.1"
authors = ["Abdessalam ZAIMI <abdessalam@zaimi.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal explorer for JSONL files: search, filter, sort, group and export from your keyboard or mouse."
readme = "README.md"
keywords = [
    "jsonl",
    "json",
    "tui",
    "terminal",
    "viewer",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/magicabdel/jsonl-tui"

[[bin]]
name = "jsonl-tui"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.directories]
version = "5"

[dependencies.ratatui]
version = "0.29"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

[profile.release]
lto = true