mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
27 lines
792 B
TOML
27 lines
792 B
TOML
[package]
|
|
name = "actix-web-httpauth"
|
|
version = "0.2.0"
|
|
authors = ["svartalf <self@svartalf.info>"]
|
|
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"]
|
|
|
|
[dependencies]
|
|
actix-web = { version = "0.7", default_features = false }
|
|
bytes = "0.4"
|
|
base64 = "0.10"
|
|
|
|
[features]
|
|
default = []
|
|
nightly = []
|
|
|
|
[badges]
|
|
travis-ci = { repository = "svartalf/actix-web-httpauth", branch = "master" }
|
|
maintenance = { status = "passively-maintained" }
|