jx 0.8.0

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]
features = ["use-dev-tty"]
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.8.0"

[package.metadata.wix]
eula = false
license = false
path-guid = "BC08C4B7-0A48-4E0D-B18B-5107ABB9F1C0"
upgrade-guid = "9CB9606E-6227-43C8-AA9B-B9C4A1DF9CEE"

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