From 38b4f9666e37271a1d531c41fa5b3cb509095d22 Mon Sep 17 00:00:00 2001 From: brprs Date: Fri, 19 Jul 2024 22:42:34 +0330 Subject: [PATCH] chage categories to match https://crates.io/category_slugs fields --- Cargo.toml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4815a88..60fc6d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,9 +8,22 @@ readme = "README.md" # documentation = "https://docs.rs/rust-persian-tools" # if not set docs.rs will generate one and put it in place homepage = "https://crates.io/crates/rust-persian-tools" repository = "https://github.com/persian-tools/rust-persian-tools" -categories = ["localization", "languages", "internationalization", "tools"] -keywords = ["iran", "persian", "farsi", "tools"] -include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "README.md", "Contributing.md", "logo.png"] +categories = [ + "localization", + "text-processing", + "internationalization", + "development-tools", + "rust-patterns", +] +keywords = ["iran", "persian", "farsi", "tools", "text-processing"] +include = [ + "src/**/*.rs", + "Cargo.toml", + "LICENSE", + "README.md", + "Contributing.md", + "logo.png", +] [dependencies]