# 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 = "actori-web-httpauth" version = "0.4.0" authors = ["Christian Haynes <06chaynes@gmail.com>", "svartalf ", "Yuki Okushi "] exclude = [".github/*", ".gitignore"] description = "HTTP authentication schemes for actori-web" homepage = "https://github.com/actori/actori-web-httpauth" documentation = "https://docs.rs/actori-web-httpauth/" readme = "README.md" keywords = ["http", "web", "framework"] categories = ["web-programming::http-server"] license = "MIT OR Apache-2.0" repository = "https://github.com/actori/actori-web-httpauth.git" [dependencies.actori-service] version = "1.0" [dependencies.actori-web] version = "^2.0" default_features = false [dependencies.base64] version = "0.11" [dependencies.bytes] version = "0.5" [dependencies.futures] version = "0.3" [dev-dependencies.actori-rt] version = "1.0" [features] default = [] nightly = [] [badges.maintenance] status = "passively-maintained"