MeiliSearch/raptor/Cargo.toml

29 lines
624 B
TOML
Raw Normal View History

cargo-features = ["edition"]
2018-07-06 21:50:19 +02:00
[package]
edition = "2018"
2018-07-06 21:50:19 +02:00
name = "raptor"
version = "0.1.0"
authors = ["Kerollmops <renault.cle@gmail.com>"]
[dependencies]
byteorder = "1.2"
fnv = "1.0"
sdset = "0.2"
lazy_static = "1.1"
2018-07-06 21:50:19 +02:00
[dependencies.fst]
git = "https://github.com/Kerollmops/fst.git"
branch = "automaton-for-deref"
2018-07-06 21:50:19 +02:00
[dependencies.levenshtein_automata]
git = "https://github.com/Kerollmops/levenshtein-automata.git"
branch = "new-custom-fst"
2018-07-06 21:50:19 +02:00
features = ["fst_automaton"]
[dependencies.rocksdb]
git = "https://github.com/pingcap/rust-rocksdb.git"
2018-07-06 21:50:19 +02:00
[dependencies.group-by]
git = "https://github.com/Kerollmops/group-by.git"