# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "jg" version = "0.1.6" authors = ["Gidi Meir Morris "] exclude = ["HomebrewFormula"] description = "Jeff Goldblum (jg) is a command-line JSON processor. jg searches for structural patterns in json input and prints each json object that matches the pattern." keywords = ["json", "grep", "search", "pattern", "selector"] categories = ["command-line-utilities", "text-processing"] license = "MIT" [package.metadata.rpm.cargo] buildflags = ["--release"] target = "$TARGET" [package.metadata.rpm.targets.jg] path = "/usr/bin/jg" [lib] name = "jg" path = "src/lib.rs" [[bin]] name = "jg" path = "src/main.rs" bench = false [dependencies.assert_cmd] version = "0.10" [dependencies.clap] version = "2.32.0" [dependencies.colored] version = "1.7" [dependencies.isatty] version = "0.1" [dependencies.json] version = "0.11.13" [dependencies.json-highlight-writer] version = "1.1.0" [dependencies.lazy_static] version = "1.2.0" [dependencies.predicates] version = "1.0" [dependencies.regex] version = "1.1.0" [dependencies.tempfile] version = "3.0.5"