[package] name = "rocket-basicauth" description = "A high-level basic access authentication request guard for Rocket.rs" version = "3.0.0" readme = "README.md" license = "MIT" repository = "https://github.com/owez/rocket-basicauth" keywords = ["web", "rocket", "auth", "basic-auth", "authentication"] authors = ["Owez "] edition = "2018" [dependencies] base64 = "0.13" rocket = "0.5.0" log = { version = "0.4", optional = true } [features] default = ["log"]