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"]
|
||||
|
|
|
@ -14,22 +14,13 @@ Look at the documentation [here](https://docs.rs/sasl).
|
|||
What license is it under?
|
||||
-------------------------
|
||||
|
||||
LGPLv3 or later. See `COPYING` and `COPYING.LESSER`.
|
||||
MPL-2.0. See `LICENSE`.
|
||||
|
||||
License yadda yadda.
|
||||
--------------------
|
||||
|
||||
Copyright 2017, sasl-rs contributors.
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Lesser General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
This Source Code Form is subject to the terms of the Mozilla Public
|
||||
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
|
Loading…
Reference in a new issue