diff --git a/Cargo.toml b/Cargo.toml index 32639278b..0c8902986 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,12 @@ authors = [ "Dylan DPC", "Hunar Roop Kahlon" ] +categories = [ + "data-structures", + "no-std", + "parser-implementations", + "wasm" +] description = "A library to generate and parse UUIDs." documentation = "https://docs.rs/uuid" edition = "2018" @@ -14,6 +20,11 @@ exclude = [ "appveyor.yml", "bors.toml" ] +keywords = [ + "guid", + "unique", + "uuid" +] license = "Apache-2.0 OR MIT" homepage = "https://github.com/uuid-rs/uuid" name = "uuid"