http-basic-auth 0.1.0

HTTP Basic Authentication support according to IETF RFC 7617
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "base64"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d1ccbaf7d9ec9537465a97bf19edc1a4e158ecb49fc16178202238c569cc42"

[[package]]
name = "http-basic-auth"
version = "0.1.0"
dependencies = [
 "base64",
]