meilisearch/Cargo.toml

19 lines
410 B
TOML
Raw Normal View History

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