We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c13da commit 4cf767eCopy full SHA for 4cf767e
Cargo.toml
@@ -17,12 +17,12 @@ regex = "1"
17
pest = "2.7.15"
18
pest_derive = "2.7.15"
19
thiserror = "2.0.9"
20
-jsonpath-rust-impl = {path = "jsonpath-rust-impl", optional = true, version = "0.1.0"}
21
-jsonpath-ast = {path = "jsonpath-ast", version = "0.1.0", features = ["compiled-path"]}
22
23
[dev-dependencies]
24
serde = { version = "1.0", features = ["derive"] }
25
criterion = "0.5.1"
+jsonpath-rust-impl = {path = "jsonpath-rust-impl", optional = true, version = "0.1.0"}
+jsonpath-ast = {path = "jsonpath-ast", version = "0.1.0", features = ["compiled-path"]}
26
27
[features]
28
compiled-path = ["jsonpath-ast/compiled-path", "dep:jsonpath-rust-impl"]
0 commit comments