2018-05-20 11:59:41 +02:00
|
|
|
[package]
|
|
|
|
name = "actix-web-httpauth"
|
2019-06-07 23:20:55 +02:00
|
|
|
version = "0.3.1"
|
2018-05-20 11:59:41 +02:00
|
|
|
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"]
|
2019-05-15 16:38:55 +02:00
|
|
|
license = "MIT OR Apache-2.0"
|
2018-05-20 12:15:59 +02:00
|
|
|
exclude = [".travis.yml", ".gitignore"]
|
2019-05-15 16:38:55 +02:00
|
|
|
edition = "2018"
|
2018-05-20 12:15:59 +02:00
|
|
|
|
2018-05-20 11:59:41 +02:00
|
|
|
[dependencies]
|
2019-06-05 17:52:47 +02:00
|
|
|
actix-web = { version = "^1.0", default_features = false }
|
2019-05-17 16:28:57 +02:00
|
|
|
actix-service = "0.4.0"
|
2019-06-07 23:20:55 +02:00
|
|
|
futures = "0.1"
|
|
|
|
futures-locks = "0.3.3"
|
2018-05-30 15:43:39 +02:00
|
|
|
bytes = "0.4"
|
2019-04-26 20:56:17 +02:00
|
|
|
base64 = "0.10"
|
2018-05-30 15:43:39 +02:00
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
nightly = []
|
|
|
|
|
|
|
|
[badges]
|
|
|
|
travis-ci = { repository = "svartalf/actix-web-httpauth", branch = "master" }
|
2019-04-26 20:56:17 +02:00
|
|
|
maintenance = { status = "passively-maintained" }
|