2018-10-03 16:21:33 +02:00
|
|
|
[package]
|
|
|
|
edition = "2018"
|
2018-10-21 16:40:41 +02:00
|
|
|
name = "pentium"
|
2018-10-03 16:21:33 +02:00
|
|
|
version = "0.1.0"
|
2018-10-09 18:23:35 +02:00
|
|
|
authors = ["Kerollmops <renault.cle@gmail.com>"]
|
2018-10-03 16:21:33 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2018-10-09 18:23:35 +02:00
|
|
|
byteorder = "1.2"
|
|
|
|
lazy_static = "1.1"
|
|
|
|
sdset = "0.2"
|
2018-11-08 12:05:59 +01:00
|
|
|
fs2 = "0.4"
|
2018-10-09 18:23:35 +02:00
|
|
|
fnv = "1.0"
|
2018-10-03 16:21:33 +02:00
|
|
|
|
|
|
|
[dependencies.fst]
|
|
|
|
git = "https://github.com/Kerollmops/fst.git"
|
|
|
|
branch = "automaton-for-deref"
|
|
|
|
|
2018-10-09 18:23:35 +02:00
|
|
|
[dependencies.levenshtein_automata]
|
|
|
|
git = "https://github.com/Kerollmops/levenshtein-automata.git"
|
|
|
|
branch = "new-custom-fst"
|
|
|
|
features = ["fst_automaton"]
|
2018-10-03 16:21:33 +02:00
|
|
|
|
2018-10-09 18:23:35 +02:00
|
|
|
[dependencies.rocksdb]
|
|
|
|
git = "https://github.com/pingcap/rust-rocksdb.git"
|
2018-10-03 16:21:33 +02:00
|
|
|
|
2018-10-09 18:23:35 +02:00
|
|
|
[dependencies.group-by]
|
|
|
|
git = "https://github.com/Kerollmops/group-by.git"
|
2018-07-06 21:50:19 +02:00
|
|
|
|
2018-10-09 18:23:35 +02:00
|
|
|
[dev-dependencies]
|
|
|
|
moby-name-gen = "0.1"
|
|
|
|
serde_derive = "1.0"
|
|
|
|
serde_json = "1.0"
|
|
|
|
structopt = "0.2"
|
|
|
|
unidecode = "0.3"
|
|
|
|
elapsed = "0.1"
|
|
|
|
serde = "1.0"
|
|
|
|
warp = "0.1"
|
|
|
|
csv = "1.0"
|