2021-02-14 18:55:15 +01:00
|
|
|
[package]
|
|
|
|
name = "search"
|
2021-09-02 10:08:41 +02:00
|
|
|
version = "0.12.0"
|
2021-02-14 18:55:15 +01:00
|
|
|
authors = ["Clément Renault <clement@meilisearch.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-02-20 21:15:44 +01:00
|
|
|
anyhow = "1.0.38"
|
2021-02-14 18:55:15 +01:00
|
|
|
byte-unit = { version = "4.0.9", default-features = false, features = ["std"] }
|
2021-07-05 16:36:13 +02:00
|
|
|
heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.1" }
|
2021-02-20 21:15:44 +01:00
|
|
|
log = "0.4.14"
|
2021-02-14 18:55:15 +01:00
|
|
|
milli = { path = "../milli" }
|
2021-02-20 21:15:44 +01:00
|
|
|
serde_json = "1.0.62"
|
|
|
|
stderrlog = "0.5.1"
|
|
|
|
structopt = { version = "0.3.21", default-features = false }
|
2021-06-22 14:04:16 +02:00
|
|
|
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
|
|
jemallocator = "0.3.2"
|