diff --git a/Cargo.toml b/Cargo.toml index a293060..1d3411d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -139,4 +139,5 @@ compress-cache-results = ["dep:async-compression", "dep:cfg-if"] encrypt-cache-results = ["dep:chacha20poly1305", "dep:chacha20"] cec-cache-results = ["compress-cache-results", "encrypt-cache-results"] experimental-io-uring = ["actix-web/experimental-io-uring"] -use-synonyms-search = ["dep:thesaurus"] +use-synonyms-search = ["dep:thesaurus\static"] +use-non-static-synonyms-search = ["dep:thesaurus"]