[package] name = "meilisearch-types" publish = false version.workspace = true authors.workspace = true description.workspace = true homepage.workspace = true readme.workspace = true edition.workspace = true license.workspace = true [dependencies] actix-web = { version = "4.4.1", default-features = false } anyhow = "1.0.79" convert_case = "0.6.0" csv = "1.3.0" deserr = { version = "0.6.1", features = ["actix-web"] } either = { version = "1.9.0", features = ["serde"] } enum-iterator = "1.5.0" file-store = { path = "../file-store" } flate2 = "1.0.28" fst = "0.4.7" memmap2 = "0.7.1" milli = { path = "../milli" } roaring = { version = "0.10.2", features = ["serde"] } serde = { version = "1.0.195", features = ["derive"] } serde-cs = "0.2.4" serde_json = "1.0.111" tar = "0.4.40" tempfile = "3.9.0" thiserror = "1.0.56" time = { version = "0.3.31", features = ["serde-well-known", "formatting", "parsing", "macros"] } tokio = "1.35" uuid = { version = "1.6.1", features = ["serde", "v4"] } [dev-dependencies] insta = "1.34.0" meili-snap = { path = "../meili-snap" } [features] # all specialized tokenizations all-tokenizations = ["milli/all-tokenizations"] # chinese specialized tokenization chinese = ["milli/chinese"] # hebrew specialized tokenization hebrew = ["milli/hebrew"] # japanese specialized tokenization japanese = ["milli/japanese"] # thai specialized tokenization thai = ["milli/thai"] # allow greek specialized tokenization greek = ["milli/greek"] # allow khmer specialized tokenization khmer = ["milli/khmer"]