From d01d29764e692b36f3de788dcd1b0dbae0542a5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Thu, 20 Oct 2022 17:27:15 +0200 Subject: [PATCH] Reapply #2773 --- meilisearch-types/Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meilisearch-types/Cargo.toml b/meilisearch-types/Cargo.toml index e731ed3f3..9d996f9c2 100644 --- a/meilisearch-types/Cargo.toml +++ b/meilisearch-types/Cargo.toml @@ -28,10 +28,15 @@ meili-snap = { path = "../meili-snap" } insta = "1.19.1" [features] +# all specialized tokenizations default = ["milli/default"] -test-traits = ["proptest", "proptest-derive"] +# chinese specialized tokenization chinese = ["milli/chinese"] +# hebrew specialized tokenization hebrew = ["milli/hebrew"] +# japanese specialized tokenization japanese = ["milli/japanese"] +# thai specialized tokenization thai = ["milli/thai"] +test-traits = ["proptest", "proptest-derive"]