# 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 = "2021" name = "js-json-query" version = "0.4.0" authors = ["pjmp"] exclude = ["demos/*.js"] description = "A tool for processing JSON inputs with JavaScript, no dsl." homepage = "https://github.com/pjmp/js-json-query" readme = "README.md" keywords = ["jq", "jjq", "js-json-query"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/pjmp/js-json-query" resolver = "2" [profile.release] lto = true codegen-units = 1 panic = "abort" [[bin]] name = "jjq" path = "src/main.rs" [dependencies.argh] version = "0.1.7" [dependencies.atty] version = "0.2.14" [dependencies.snailquote] version = "0.3.1" [dependencies.v8] version = "0.39.0"