From a536ae5af63c95233c23c75e0c6ddbfb28b322a0 Mon Sep 17 00:00:00 2001 From: Dylan Bowker Date: Sat, 18 Nov 2023 08:12:53 -0700 Subject: [PATCH] Re-added `fuzzy` feature which uses `eddie`. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index eba2d71..a720edc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,7 @@ maintenance = { status = "actively-developed" } default = [ "simple", "eddie", "ahash" ] simple = [] select2 = [ "simple", "serde" ] +fuzzy = [ "eddie" ] ahash = [ "dep:ahash" ] eddie = [ "dep:eddie" ] gxhash = [ "dep:gxhash" ]