actix-web-httpauth 0.6.0

HTTP authentication schemes for Actix Web
Documentation
[dependencies.actix-service]
version = "2"

[dependencies.actix-utils]
version = "3"

[dependencies.actix-web]
default_features = false
version = "4"

[dependencies.base64]
version = "0.13"

[dependencies.futures-core]
default-features = false
version = "0.3.7"

[dependencies.futures-util]
default-features = false
version = "0.3.7"

[dependencies.pin-project-lite]
version = "0.2.7"

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

[package]
authors = ["svartalf <self@svartalf.info>", "Yuki Okushi <huyuumi.dev@gmail.com>"]
categories = ["web-programming::http-server"]
description = "HTTP authentication schemes for Actix Web"
edition = "2018"
homepage = "https://actix.rs"
keywords = ["http", "web", "framework", "authentication", "security"]
license = "MIT OR Apache-2.0"
name = "actix-web-httpauth"
repository = "https://github.com/actix/actix-extras.git"
resolver = "2"
version = "0.6.0"