http-basic-auth 0.1.2

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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"

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