4 releases (2 breaking)
0.4.0 | Apr 15, 2023 |
---|---|
0.3.0 | Apr 14, 2023 |
0.2.1 | Apr 14, 2023 |
0.2.0 | Apr 14, 2023 |
#767 in Authentication
43 downloads per month
22KB
423 lines
rs-sasl
A SASL library written in Rust.
Implements the following mechanisms:
- ANONYMOUS
- EXTERNAL
- LOGIN (obsolete, use PLAIN instead)
- PLAIN
- OAUTHBEARER
Usage
Add this to your Cargo.toml
:
[dependencies]
rs-sasl = "0.4"
LICENSE
This project is licensed under the MIT license. See LICENSE for details.
Dependencies
~0.8–1.7MB
~36K SLoC