diff --git a/milli/Cargo.toml b/milli/Cargo.toml index 696384a01..d19ff03a9 100644 --- a/milli/Cargo.toml +++ b/milli/Cargo.toml @@ -9,18 +9,18 @@ bimap = { version = "0.6.2", features = ["serde"] } bincode = "1.3.3" bstr = "0.2.17" byteorder = "1.4.3" +charabia = "0.5.0" concat-arrays = "0.1.2" crossbeam-channel = "0.5.2" either = "1.6.1" +flatten-serde-json = { path = "../flatten-serde-json" } fst = "0.4.7" fxhash = "0.2.1" -flatten-serde-json = { path = "../flatten-serde-json" } -grenad = { version = "0.4.1", default-features = false, features = ["tempfile"] } geoutils = "0.4.1" +grenad = { version = "0.4.1", default-features = false, features = ["tempfile"] } heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1", default-features = false, features = ["lmdb", "sync-read-txn"] } json-depth-checker = { path = "../json-depth-checker" } levenshtein_automata = { version = "0.2.1", features = ["fst_automaton"] } -meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.9" } memmap2 = "0.5.3" obkv = "0.2.0" once_cell = "1.10.0"