Files
cli/vendor/jsonpath-rust/Cargo.toml

60 lines
1.3 KiB
TOML
Raw Normal View History

# 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 = "jsonpath-rust"
version = "0.7.5"
authors = ["BorisZhguchev <zhguchev@gmail.com>"]
description = "The library provides the basic functionality to find the set of the data according to the filtering query."
homepage = "https://github.com/besok/jsonpath-rust"
readme = "README.md"
keywords = [
"json",
"json-path",
"jsonpath",
"jsonpath-rust",
"xpath",
]
categories = [
"development-tools",
"parsing",
"text-processing",
]
license = "MIT"
repository = "https://github.com/besok/jsonpath-rust"
[[bench]]
name = "regex"
harness = false
[[bench]]
name = "equal"
harness = false
[dependencies.pest]
version = "2.0"
[dependencies.pest_derive]
version = "2.0"
[dependencies.regex]
version = "1"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0.9"
[dev-dependencies.criterion]
version = "0.5.1"