# 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 = "2018" rust-version = "1.67" name = "jless" version = "0.9.0" authors = ["Paul Julius Martinez "] description = "A command-line JSON viewer" homepage = "https://jless.io" documentation = "https://jless.io/user-guide.html" readme = "README.md" keywords = [ "cli", "json", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/PaulJuliusMartinez/jless" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.clipboard] version = "0.5" [dependencies.isatty] version = "0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2" [dependencies.libc-stdhandle] version = "0.1.0" [dependencies.logos] version = "0.12.0" [dependencies.regex] version = "1.5" [dependencies.rustyline] version = "9.0.0" [dependencies.signal-hook] version = "0.3.8" [dependencies.termion] version = "1.5.6" [dependencies.unicode-segmentation] version = "1.7.1" [dependencies.unicode-width] version = "0.1.5" [dependencies.yaml-rust] version = "0.4" [dev-dependencies.indoc] version = "1.0"