actix-web-httpauth 0.3.2

HTTP authentication schemes for actix-web
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "actix-web-httpauth"
version = "0.3.2"
authors = ["svartalf <self@svartalf.info>"]
exclude = [".travis.yml", ".gitignore"]
description = "HTTP authentication schemes for actix-web"
homepage = "https://github.com/svartalf/actix-web-httpauth"
documentation = "https://docs.rs/actix-web-httpauth/"
readme = "README.md"
keywords = ["http", "web", "framework"]
categories = ["web-programming::http-server"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/svartalf/actix-web-httpauth.git"
[dependencies.actix-service]
version = "0.4.0"

[dependencies.actix-web]
version = "^1.0"
default_features = false

[dependencies.base64]
version = "0.10"

[dependencies.bytes]
version = "0.4"

[dependencies.futures]
version = "0.1"

[dependencies.futures-locks]
version = "0.3.3"

[features]
default = []
nightly = []
[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
branch = "master"
repository = "svartalf/actix-web-httpauth"