MeiliSearch/infos/Cargo.toml

18 lines
435 B
TOML
Raw Normal View History

[package]
name = "infos"
version = "0.1.1"
authors = ["Clément Renault <clement@meilisearch.com>"]
edition = "2018"
[dependencies]
2021-02-20 21:15:44 +01:00
anyhow = "1.0.38"
byte-unit = { version = "4.0.9", default-features = false, features = ["std"] }
2021-02-20 21:15:44 +01:00
csv = "1.1.5"
heed = "0.10.6"
jemallocator = "0.3.2"
milli = { path = "../milli" }
2021-02-20 21:15:44 +01:00
roaring = "0.6.5"
serde_json = "1.0.62"
stderrlog = "0.5.1"
structopt = { version = "0.3.21", default-features = false }