[package] name = "actix-web-httpauth" version = "0.0.1" authors = ["svartalf "] description = "HTTP authentication schemes for actix-web" readme = "README.md" keywords = ["http", "web", "framework"] homepage = "https://github.com/svartalf/actix-web-httpauth" repository = "https://github.com/svartalf/actix-web-httpauth.git" documentation = "https://docs.rs/actix-web-httpauth/" categories = ["web-programming::http-server"] license = "MIT/Apache-2.0" exclude = [".travis.yml", ".gitignore"] [badges] travis-ci = { repository = "svartalf/actix-web-httpauth", branch = "master" } [dependencies] actix-web = "0.6" base64 = "0.9" percent-encoding = "1.0.1" bytes = "0.4.7"