[package] name = "auth-headers" description = "Simple library for authorization header parsing / creation" repository = "https://gitlab.com/famedly/company/backend/libraries/auth-headers/" version = "0.1.0" authors = ["Kateřina Churanová "] license = "AGPL-3.0-only" edition = "2021" resolver = "2" [dependencies] http = "0.2.5" base64 = "0.13.0" thiserror = "1.0.30" [dev-dependencies] eyre = "0.6.5"