[package] name = "actix-web-httpauth" version = "0.5.0" authors = [ "svartalf ", "Yuki Okushi ", ] description = "HTTP authentication schemes for Actix web" readme = "README.md" keywords = ["http", "web", "framework", "authentication", "security"] homepage = "https://github.com/actix/actix-extras" repository = "https://github.com/actix/actix-extras.git" documentation = "https://docs.rs/actix-web-httpauth/" categories = ["web-programming::http-server"] license = "MIT OR Apache-2.0" edition = "2018" [lib] name = "actix_web_httpauth" path = "src/lib.rs" [dependencies] actix-web = { version = "3.0.0", default_features = false } actix-service = "1.0.6" futures-util = { version = "0.3", default-features = false } bytes = "0.5" base64 = "0.12" [dev-dependencies] actix-rt = "1"