MeiliSearch/Cargo.toml

23 lines
572 B
TOML
Raw Normal View History

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
env_logger = { version = "0.3", default-features = false }
fst = "0.3"
levenshtein_automata = { git = "https://github.com/tantivy-search/levenshtein-automata.git", features = ["fst_automaton"] }
2018-04-22 15:54:34 +02:00
futures = "0.1"
2018-04-22 22:17:01 +02:00
lazy_static = "1.0"
2018-04-22 15:54:34 +02:00
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
tokio-minihttp = { git = "https://github.com/Kerollmops/tokio-minihttp.git" }
tokio-proto = "0.1"
tokio-service = "0.1"
2018-04-22 15:54:34 +02:00
url = "1.7"
[profile.release]
lto = true