2021-02-14 18:55:15 +01:00
|
|
|
[package]
|
|
|
|
name = "infos"
|
2021-06-30 13:52:46 +02:00
|
|
|
version = "0.7.1"
|
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-02-20 21:15:44 +01:00
|
|
|
csv = "1.1.5"
|
2021-06-28 18:26:20 +02:00
|
|
|
heed = { git = "https://github.com/Kerollmops/heed", tag = "v0.12.0" }
|
2021-02-14 18:55:15 +01:00
|
|
|
milli = { path = "../milli" }
|
2021-04-21 11:53:07 +02:00
|
|
|
roaring = "0.6.6"
|
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"
|