MeiliSearch/cli/Cargo.toml

22 lines
595 B
TOML
Raw Normal View History

[package]
name = "cli"
version = "0.32.0"
edition = "2018"
description = "A CLI to interact with a milli index"
2022-04-25 14:03:21 +02:00
publish = false
[dependencies]
indicatif = "0.16.2"
2022-03-14 17:00:53 +01:00
serde = "1.0.136"
serde_json = "1.0.79"
structopt = "0.3.26"
milli = { path = "../milli" }
2022-03-14 17:00:53 +01:00
eyre = "0.6.7"
color-eyre = "0.6.1"
2022-03-01 19:45:29 +01:00
heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1", default-features = false, features = ["lmdb", "sync-read-txn"] }
2022-03-14 17:00:53 +01:00
byte-unit = { version = "4.0.14", features = ["serde"] }
bimap = "0.6.2"
csv = "1.1.6"
stderrlog = "0.5.1"
mimalloc = { version = "0.1.29", default-features = false }