mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
move files into module
This commit is contained in:
31
actix-web-httpauth/Cargo.toml
Normal file
31
actix-web-httpauth/Cargo.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[package]
|
||||
name = "actix-web-httpauth"
|
||||
version = "0.4.0"
|
||||
authors = ["svartalf <self@svartalf.info>", "Yuki Okushi <huyuumi.dev@gmail.com>"]
|
||||
description = "HTTP authentication schemes for actix-web"
|
||||
readme = "README.md"
|
||||
keywords = ["http", "web", "framework"]
|
||||
homepage = "https://github.com/actix/actix-web-httpauth"
|
||||
repository = "https://github.com/actix/actix-web-httpauth.git"
|
||||
documentation = "https://docs.rs/actix-web-httpauth/"
|
||||
categories = ["web-programming::http-server"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
exclude = [".github/*", ".gitignore"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = { version = "^2.0", default_features = false }
|
||||
actix-service = "1.0"
|
||||
futures = "0.3"
|
||||
bytes = "0.5"
|
||||
base64 = "0.11"
|
||||
|
||||
[dev-dependencies]
|
||||
actix-rt = "1.0"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
nightly = []
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "passively-maintained" }
|
Reference in New Issue
Block a user