2021-02-15 01:55:15 +08:00
|
|
|
[package]
|
|
|
|
name = "infos"
|
2022-03-15 20:53:26 +08:00
|
|
|
version = "0.23.1"
|
2021-02-15 01:55:15 +08:00
|
|
|
authors = ["Clément Renault <clement@meilisearch.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-03-15 00:00:53 +08:00
|
|
|
anyhow = "1.0.56"
|
|
|
|
byte-unit = { version = "4.0.14", default-features = false, features = ["std"] }
|
|
|
|
csv = "1.1.6"
|
2022-03-02 02:45:29 +08:00
|
|
|
heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1" }
|
2021-02-15 01:55:15 +08:00
|
|
|
milli = { path = "../milli" }
|
2022-03-15 00:00:53 +08:00
|
|
|
roaring = "0.9.0"
|
|
|
|
serde_json = "1.0.79"
|
2021-02-21 04:15:44 +08:00
|
|
|
stderrlog = "0.5.1"
|
2022-03-15 00:00:53 +08:00
|
|
|
structopt = { version = "0.3.26", default-features = false }
|
2021-06-22 20:04:16 +08:00
|
|
|
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
|
|
jemallocator = "0.3.2"
|