MeiliSearch/Cargo.toml

42 lines
921 B
TOML

[package]
edition = "2018"
name = "pentium"
version = "0.1.0"
authors = ["Kerollmops <renault.cle@gmail.com>"]
[dependencies]
bincode = "1.0"
byteorder = "1.2"
fnv = "1.0"
lazy_static = "1.1"
linked-hash-map = { version = "0.5", features = ["serde_impl"] }
sdset = "0.3"
serde = "1.0"
serde_derive = "1.0"
unidecode = "0.3"
uuid = { version = "0.7", features = ["serde", "v4"] }
[dependencies.fst]
git = "https://github.com/Kerollmops/fst.git"
branch = "automaton-for-deref"
[dependencies.levenshtein_automata]
git = "https://github.com/Kerollmops/levenshtein-automata.git"
branch = "new-custom-fst"
features = ["fst_automaton"]
[dependencies.rocksdb]
git = "https://github.com/pingcap/rust-rocksdb.git"
[dependencies.group-by]
git = "https://github.com/Kerollmops/group-by.git"
[dev-dependencies]
csv = "1.0"
elapsed = "0.1"
moby-name-gen = "0.1"
serde_json = "1.0"
structopt = "0.2"
tempfile = "3.0"
warp = "0.1"