2018-07-06 21:50:19 +02:00
|
|
|
[package]
|
|
|
|
name = "raptor"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Kerollmops <renault.cle@gmail.com>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2018-07-10 21:29:17 +02:00
|
|
|
byteorder = "1.2"
|
2018-08-23 21:32:31 +02:00
|
|
|
fnv = "1.0"
|
2018-07-06 21:50:19 +02:00
|
|
|
|
|
|
|
[dependencies.fst]
|
|
|
|
git = "https://github.com/Kerollmops/fst.git"
|
2018-08-19 13:40:07 +02:00
|
|
|
branch = "always-match-clone"
|
2018-07-06 21:50:19 +02:00
|
|
|
|
|
|
|
[dependencies.levenshtein_automata]
|
|
|
|
git = "https://github.com/Kerollmops/levenshtein-automata.git"
|
|
|
|
branch = "custom-fst"
|
|
|
|
features = ["fst_automaton"]
|
|
|
|
|
2018-07-10 21:29:17 +02:00
|
|
|
[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"
|