chore: checkpoint before Python removal

This commit is contained in:
2026-03-26 22:33:59 +00:00
parent 683cec9307
commit e568ddf82a
29972 changed files with 11269302 additions and 2 deletions

59
vendor/jsonpath-rust/Cargo.toml vendored Normal file
View File

@@ -0,0 +1,59 @@
# 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"