actix-web-httpauth 0.0.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]
name = "actix-web-httpauth"
version = "0.0.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/Apache-2.0"
repository = "https://github.com/svartalf/actix-web-httpauth.git"
[dependencies.actix-web]
version = "0.6"

[dependencies.base64]
version = "0.9"

[dependencies.bytes]
version = "0.4.7"

[dependencies.percent-encoding]
version = "1.0.1"
[badges.travis-ci]
branch = "master"
repository = "svartalf/actix-web-httpauth"