2018-05-20 11:59:41 +02:00
|
|
|
[package]
|
|
|
|
name = "actix-web-httpauth"
|
|
|
|
version = "0.0.1"
|
|
|
|
authors = ["svartalf <self@svartalf.info>"]
|
2018-05-20 21:10:48 +02:00
|
|
|
description = "HTTP authentication schemes for actix-web"
|
2018-05-20 11:59:41 +02:00
|
|
|
readme = "README.md"
|
|
|
|
keywords = ["http", "web", "framework"]
|
|
|
|
homepage = "https://github.com/svartalf/actix-web-httpauth"
|
2018-05-20 21:10:48 +02:00
|
|
|
repository = "https://github.com/svartalf/actix-web-httpauth.git"
|
2018-05-20 11:59:41 +02:00
|
|
|
documentation = "https://docs.rs/actix-web-httpauth/"
|
|
|
|
categories = ["web-programming::http-server"]
|
|
|
|
license = "MIT/Apache-2.0"
|
2018-05-20 12:15:59 +02:00
|
|
|
exclude = [".travis.yml", ".gitignore"]
|
|
|
|
|
|
|
|
[badges]
|
|
|
|
travis-ci = { repository = "svartalf/actix-web-httpauth", branch = "master" }
|
2018-05-20 11:59:41 +02:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
actix-web = "0.6"
|
|
|
|
base64 = "0.9"
|
2018-05-23 14:31:14 +02:00
|
|
|
percent-encoding = "1.0.1"
|
|
|
|
bytes = "0.4.7"
|