diff --git a/Cargo.toml b/Cargo.toml index e5189705..e769b655 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "xmpp" version = "0.3.0" authors = ["Emmanuel Gil Peyrot "] +description = "High-level XMPP library" +homepage = "https://gitlab.com/linkmauve/xmpp-rs" +repository = "https://gitlab.com/linkmauve/xmpp-rs" +keywords = ["xmpp", "jabber", "chat", "messaging", "bot"] +categories = ["network-programming"] license = "MPL-2.0" edition = "2018"