# 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" rust-version = "1.74.0" name = "rsonpath" version = "0.9.1" authors = ["Mateusz Gienieczko "] build = "build.rs" description = "Blazing fast JSONPath CLI tool powered by SIMD" homepage = "https://v0ldek.github.io/rsonpath/" readme = "README.md" keywords = [ "json", "jsonpath", "query", "search", "cli", ] categories = [ "command-line-utilities", "text-processing", "parser-implementations", ] license = "MIT" repository = "https://github.com/V0ldek/rsonpath" [[bin]] name = "rq" path = "./src/main.rs" bench = false [dependencies.clap] version = "4.5.2" features = [ "derive", "wrap_help", ] [dependencies.color-eyre] version = "0.6.2" default-features = false [dependencies.eyre] version = "0.6.12" [dependencies.log] version = "0.4.21" [dependencies.rsonpath-lib] version = "0.9.1" default-features = false package = "rsonpath-lib" [dependencies.rsonpath-syntax] version = "0.3.1" features = ["color"] [dependencies.simple_logger] version = "4.3.3" [dev-dependencies.trycmd] version = "0.15.0" [build-dependencies.rustflags] version = "0.1.4" [build-dependencies.vergen] version = "8.3.1" features = [ "cargo", "git", "gitcl", "rustc", ] [features] default = ["simd"] simd = ["rsonpath-lib/simd"]