rok-auth-basic 0.1.0

HTTP Basic authentication guard for the rok ecosystem
Documentation
[package]
name = "rok-auth-basic"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
description = "HTTP Basic authentication guard for the rok ecosystem"
keywords = ["auth", "basic-auth", "axum", "rok"]
categories = ["authentication", "web-programming"]

[dependencies]
base64   = { workspace = true }
rok-auth = { path = "../rok-auth", version = "0.1.1" }
axum     = { workspace = true }
tower    = { workspace = true }

[dev-dependencies]
tokio    = { workspace = true }
base64   = { workspace = true }
rok-auth = { path = "../rok-auth", version = "0.1.1" }