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