# 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] name = "json-query" version = "0.3.1" authors = ["Owen Nelson "] description = "Run jq programs to extract data from json strings." homepage = "https://github.com/onelson/json-query" readme = "README.md" keywords = ["json", "jq"] categories = ["api-bindings"] license = "Apache-2.0/MIT" repository = "https://github.com/onelson/json-query" [package.metadata.docs.rs] features = ["bundled"] [[bench]] name = "simple" harness = false [dependencies.jq-sys] version = "0.2.1" [dev-dependencies.criterion] version = "0.2" [dev-dependencies.serde_json] version = "1.0" [features] bundled = ["jq-sys/bundled"] default = []