phase 7.1: add rayon dependency with parallel feature gate
This commit is contained in:
@@ -15,3 +15,8 @@ rustc-hash = "2"
|
|||||||
chrono = "0.4.44"
|
chrono = "0.4.44"
|
||||||
compact_str = "0.8"
|
compact_str = "0.8"
|
||||||
bumpalo = "3"
|
bumpalo = "3"
|
||||||
|
rayon = { version = "1.10", optional = true }
|
||||||
|
|
||||||
|
[features]
|
||||||
|
default = []
|
||||||
|
parallel = ["rayon"]
|
||||||
|
|||||||
Reference in New Issue
Block a user