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 4cf767e commit b1c40f2Copy full SHA for b1c40f2
Cargo.toml
@@ -21,8 +21,7 @@ thiserror = "2.0.9"
21
[dev-dependencies]
22
serde = { version = "1.0", features = ["derive"] }
23
criterion = "0.5.1"
24
-jsonpath-rust-impl = {path = "jsonpath-rust-impl", optional = true, version = "0.1.0"}
25
-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