[package] name = "meilidb-core" version = "0.1.0" authors = ["Kerollmops "] edition = "2018" [dependencies] byteorder = "1.3.1" hashbrown = "0.2.2" lazy_static = "1.2.0" log = "0.4.6" meilidb-tokenizer = { path = "../meilidb-tokenizer", version = "0.1.0" } rayon = "1.0.3" sdset = "0.3.2" serde = { version = "1.0.88", features = ["derive"] } slice-group-by = "0.2.4" zerocopy = "0.2.2" [dependencies.fst] git = "https://github.com/Kerollmops/fst.git" branch = "arc-byte-slice" [dependencies.levenshtein_automata] git = "https://github.com/Kerollmops/levenshtein-automata.git" branch = "arc-byte-slice" features = ["fst_automaton"] [features] i128 = ["byteorder/i128"] nightly = ["hashbrown/nightly", "slice-group-by/nightly"]