[package] name = "jx" description = "An interactive JSON explorer for the command line" authors = ["Nicolas Epstein "] version = "0.1.0" homepage = "https://github.com/sqwxl/jx" documentation = "https://github.com/sqwxl/jx" repository = "https://github.com/sqwxl/jx" edition = "2021" license = "Unlicense" keywords = ["json", "cli", "explorer", "interactive"] categories = ["command-line-utilities", "text-processing"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.4.3", features = ["derive"] }