mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 04:28:55 +01:00
22 lines
433 B
TOML
22 lines
433 B
TOML
[package]
|
|
name = "meilidb-core"
|
|
version = "0.1.0"
|
|
authors = ["Kerollmops <renault.cle@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
byteorder = "1.3.1"
|
|
fst = "0.3.3"
|
|
hashbrown = "0.1.8"
|
|
lazy_static = "1.2.0"
|
|
levenshtein_automata = { version = "0.1.1", features = ["fst_automaton"] }
|
|
log = "0.4.6"
|
|
rayon = "1.0.3"
|
|
sdset = "0.3.1"
|
|
serde = "1.0.88"
|
|
serde_derive = "1.0.88"
|
|
slice-group-by = "0.2.4"
|
|
|
|
[features]
|
|
i128 = ["byteorder/i128"]
|