mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
prepare v3 compatible releases (#95)
This commit is contained in:
@ -1,10 +1,13 @@
|
||||
[package]
|
||||
name = "actix-web-httpauth"
|
||||
version = "0.4.2"
|
||||
authors = ["svartalf <self@svartalf.info>", "Yuki Okushi <huyuumi.dev@gmail.com>"]
|
||||
description = "HTTP authentication schemes for actix-web"
|
||||
version = "0.5.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"]
|
||||
keywords = ["http", "web", "framework", "authentication", "security"]
|
||||
homepage = "https://github.com/actix/actix-extras"
|
||||
repository = "https://github.com/actix/actix-extras.git"
|
||||
documentation = "https://docs.rs/actix-web-httpauth/"
|
||||
@ -25,7 +28,3 @@ base64 = "0.12"
|
||||
|
||||
[dev-dependencies]
|
||||
actix-rt = "1"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
nightly = [] # leave it for compatibility
|
||||
|
Reference in New Issue
Block a user