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 45f3615 commit c6b0088Copy full SHA for c6b0088
Cargo.toml
@@ -17,14 +17,15 @@ 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"
26
-
-#[features]
27
-#compiled-path = ["jsonpath-ast/compiled-path", "dep:jsonpath-rust-impl"]
+[features]
28
+compiled-path = ["jsonpath-ast/compiled-path", "dep:jsonpath-rust-impl"]
29
30
[[bench]]
31
name = "regex"
0 commit comments