2021-02-21 17:21:13 +01:00
|
|
|
[package]
|
|
|
|
name = "helpers"
|
2022-06-22 17:05:51 +02:00
|
|
|
version = "0.31.1"
|
2021-02-21 17:21:13 +01:00
|
|
|
authors = ["Clément Renault <clement@meilisearch.com>"]
|
|
|
|
edition = "2018"
|
2022-04-25 15:55:38 +02:00
|
|
|
description = "A small tool to do operations on the database"
|
2022-04-25 14:03:21 +02:00
|
|
|
publish = false
|
2021-02-21 17:21:13 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2022-03-14 17:00:53 +01:00
|
|
|
anyhow = "1.0.56"
|
|
|
|
byte-unit = { version = "4.0.14", default-features = false, features = ["std"] }
|
2022-03-01 19:45:29 +01:00
|
|
|
heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1" }
|
2021-02-21 17:21:13 +01:00
|
|
|
milli = { path = "../milli" }
|
|
|
|
stderrlog = "0.5.1"
|
2022-03-14 17:00:53 +01:00
|
|
|
structopt = { version = "0.3.26", default-features = false }
|
2021-06-22 14:04:16 +02:00
|
|
|
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
|
|
jemallocator = "0.3.2"
|