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 5196ca4 commit 9318683Copy full SHA for 9318683
Cargo.toml
@@ -15,8 +15,9 @@ edition = "2018"
15
[dependencies]
16
base64 = "0.10.0"
17
byteorder = "1.0"
18
+crc32fast = "1.2.0"
19
once_cell = "1.0"
-regex = "1.0"
20
+regex ={version = "1.3.0", default-features = false, features = ["std"]}
21
tantivy-fst = "0.1"
22
memmap = {version = "0.7", optional=true}
23
lz4 = {version="1.20", optional=true}
@@ -84,6 +85,7 @@ wasm-bindgen = ["uuid/wasm-bindgen"]
84
85
travis-ci = { repository = "tantivy-search/tantivy" }
86
87
[dev-dependencies.fail]
88
+version = "0.3"
89
features = ["failpoints"]
90
91
# Following the "fail" crate best practises, we isolate
0 commit comments