1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00
actix-extras/actix-web-httpauth/Cargo.toml

32 lines
812 B
TOML
Raw Normal View History

2018-05-20 11:59:41 +02:00
[package]
name = "actix-web-httpauth"
2020-02-18 03:47:17 +01:00
version = "0.4.1"
authors = ["svartalf <self@svartalf.info>", "Yuki Okushi <huyuumi.dev@gmail.com>"]
description = "HTTP authentication schemes for actix-web"
2018-05-20 11:59:41 +02:00
readme = "README.md"
keywords = ["http", "web", "framework"]
2020-01-30 10:08:20 +01:00
homepage = "https://github.com/actix/actix-extras"
repository = "https://github.com/actix/actix-extras.git"
2018-05-20 11:59:41 +02:00
documentation = "https://docs.rs/actix-web-httpauth/"
categories = ["web-programming::http-server"]
2020-01-30 03:06:00 +01:00
license = "MIT/Apache-2.0"
edition = "2018"
2018-05-20 12:15:59 +02:00
2020-01-30 01:31:25 +01:00
[lib]
name = "actix_web_httpauth"
path = "src/lib.rs"
2018-05-20 11:59:41 +02:00
[dependencies]
2020-01-06 17:00:43 +01:00
actix-web = { version = "^2.0", default_features = false }
actix-service = "1.0"
futures = "0.3"
bytes = "0.5"
2020-04-03 10:01:36 +02:00
base64 = "0.12"
2018-05-30 15:43:39 +02:00
2020-01-06 17:00:43 +01:00
[dev-dependencies]
actix-rt = "1.0"
2018-05-30 15:43:39 +02:00
[features]
default = []
2020-01-30 06:44:05 +01:00
nightly = [] # leave it for compatibility