jql 2.4.0

A JSON query language CLI tool
Documentation
# 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 = "jql"
version = "2.4.0"
authors = ["Davy Duperron <yamafaktory@gmail.com>"]
exclude = [".travis.yml", "after-success.sh", "benches/**/*", "rustfmt.toml"]
description = "A JSON query language CLI tool"
readme = "README.md"
keywords = ["CLI", "JSON", "tool"]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/yamafaktory/jql"

[lib]
name = "jql"
path = "src/lib.rs"

[[bin]]
name = "jql"
path = "src/bin.rs"

[[bench]]
name = "benchmark"
harness = false
[dependencies.clap]
version = "2.32.0"

[dependencies.colored_json]
version = "2.0.0"

[dependencies.lazy_static]
version = "1.2.0"

[dependencies.pest]
version = "2.1.0"

[dependencies.pest_derive]
version = "2.1.0"

[dependencies.rayon]
version = "1.0.3"

[dependencies.serde_json]
version = "1.0.38"
features = ["preserve_order"]
default-features = false
[dev-dependencies.criterion]
version = "0.2"
[badges.travis-ci]
repository = "yamafaktory/jql"