Update crate information

This commit is contained in:
Gustav Palmqvist 2022-05-19 00:19:24 +02:00 committed by Link Mauve
commit be42dac792
2 changed files with 8 additions and 17 deletions

View file

@ -3,16 +3,16 @@ name = "sasl"
version = "0.5.0"
authors = ["lumi <lumi@pew.im>"]
description = "A crate for SASL authentication. Currently only does the client side."
homepage = "https://gitlab.com/lumi/sasl-rs"
repository = "https://gitlab.com/lumi/sasl-rs"
homepage = "https://gitlab.com/xmpp-rs/sasl-rs"
repository = "https://gitlab.com/xmpp-rs/sasl-rs"
documentation = "https://docs.rs/sasl"
readme = "README.md"
keywords = ["sasl", "authentication"]
license = "LGPL-3.0+"
license = "MPL-2.0"
edition = "2018"
[badges]
gitlab = { repository = "lumi/sasl-rs" }
gitlab = { repository = "xmpp-rs/sasl-rs" }
[features]
default = ["scram", "anonymous"]