mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-04 20:18:55 +01:00
36 lines
979 B
TOML
36 lines
979 B
TOML
[package]
|
|
name = "dump"
|
|
publish = false
|
|
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
description.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
readme.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.70"
|
|
flate2 = "1.0.25"
|
|
http = "0.2.9"
|
|
log = "0.4.17"
|
|
meilisearch-auth = { path = "../meilisearch-auth" }
|
|
meilisearch-types = { path = "../meilisearch-types" }
|
|
once_cell = "1.17.1"
|
|
regex = "1.7.3"
|
|
roaring = { version = "0.10.1", features = ["serde"] }
|
|
serde = { version = "1.0.160", features = ["derive"] }
|
|
serde_json = { version = "1.0.95", features = ["preserve_order"] }
|
|
tar = "0.4.38"
|
|
tempfile = "3.5.0"
|
|
thiserror = "1.0.40"
|
|
time = { version = "0.3.20", features = ["serde-well-known", "formatting", "parsing", "macros"] }
|
|
uuid = { version = "1.3.1", features = ["serde", "v4"] }
|
|
|
|
[dev-dependencies]
|
|
big_s = "1.0.2"
|
|
maplit = "1.0.2"
|
|
meili-snap = { path = "../meili-snap" }
|
|
meilisearch-types = { path = "../meilisearch-types" }
|