Update crate information
This commit is contained in:
parent
14dddf4aaa
commit
be42dac792
2 changed files with 8 additions and 17 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue