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 c76391c commit 7fff8aeCopy full SHA for 7fff8ae
Cargo.toml
@@ -12,15 +12,15 @@ arca = "^0.7"
12
byteorder = "1"
13
clean-path = "0.2.1"
14
concurrent_lru = "^0.2"
15
-fancy-regex = "^0.13.0"
+fancy-regex = { version = "^0.13.0", default-features = false, features = ["std"] }
16
indexmap = { version = "2.7.1", features = ["serde"] }
17
lazy_static = "1"
18
miniz_oxide = "^0.7"
19
mmap-rs = { version = "^0.6", optional = true }
20
path-slash = "0.2.1"
21
pathdiff = "^0.2"
22
radix_trie = "0.2.1"
23
-regex = "1"
+regex = { version = "1", default-features = false, features = ["std"] }
24
serde = { version = "1", features = ["derive"] }
25
serde_json = "1"
26
serde_with = { version = "3", features = ["indexmap_2"] }
0 commit comments