http-auth-basic 0.1.2

HTTP Basic Authentication Scheme (RFC 7617 base64-encoded credentials) for Rust applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.base64]
version = "0.12.0"

[lib]
name = "http_auth_basic"
path = "src/lib.rs"

[package]
authors = ["Esteban Borai <estebanborai@gmail.com>"]
categories = ["authentication", "encoding", "web-programming", "web-programming::http-server", "web-programming::http-client"]
description = "HTTP Basic Authentication Scheme (RFC 7617 base64-encoded credentials) for Rust applications"
edition = "2018"
license = "GPL-3.0"
name = "http-auth-basic"
readme = "README.md"
repository = "https://github.com/EstebanBorai/http-auth-basic"
version = "0.1.2"