2018-04-22 15:54:34 +02:00
|
|
|
[package]
|
|
|
|
name = "raptor"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Kerollmops <renault.cle@gmail.com>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2018-04-22 17:34:41 +02:00
|
|
|
bincode = "1.0"
|
2018-04-22 15:54:34 +02:00
|
|
|
serde = "1.0"
|
|
|
|
serde_derive = "1.0"
|
2018-04-22 23:11:23 +02:00
|
|
|
|
2018-05-05 22:13:00 +02:00
|
|
|
[dependencies.fst]
|
2018-05-12 17:41:29 +02:00
|
|
|
git = "https://github.com/Kerollmops/fst.git"
|
|
|
|
branch = "op-builder-with-state"
|
2018-05-13 12:38:24 +02:00
|
|
|
|
|
|
|
[dependencies.levenshtein_automata]
|
|
|
|
git = "https://github.com/Kerollmops/levenshtein-automata.git"
|
|
|
|
branch = "custom-fst"
|
|
|
|
features = ["fst_automaton"]
|