We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c65069 commit 3941b33Copy full SHA for 3941b33
1 file changed
crates/geo_filters/Cargo.toml
@@ -14,7 +14,7 @@ bench = false
14
15
[features]
16
default = []
17
-test-support = []
+test-support = ["dep:rand", "dep:rand_chacha"]
18
serde = ["dep:serde"]
19
evaluation = [
20
"dep:clap",
@@ -34,6 +34,7 @@ rand = { version = "0.9", optional = true }
34
rayon = { version = "1.7", optional = true }
35
regex = { version = "1", optional = true }
36
serde = { version = "1.0", default-features = false, optional = true }
37
+rand_chacha = { version = "0.9", optional = true }
38
39
[dev-dependencies]
40
criterion = "0.7"
0 commit comments