jx 0.5.7

An interactive JSON explorer for the command line
[[bin]]
name = "jx"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.arboard]
version = "3.6.1"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0.145"

[package]
authors = ["Nicolas Epstein <nilueps@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing"]
description = "An interactive JSON explorer for the command line"
documentation = "https://github.com/sqwxl/jx"
edition = "2021"
homepage = "https://github.com/sqwxl/jx"
keywords = ["json", "cli", "explorer", "interactive"]
license = "Unlicense"
name = "jx"
readme = "README.md"
repository = "https://github.com/sqwxl/jx"
version = "0.5.7"

[profile.dist]
inherits = "release"
lto = "thin"