[package] name = "akas" description = "AKAS: API Key Authorization Server" authors = ["FX Soubirou "] license = "MIT" version = "1.2.0" readme = "README.md" repository = "https://gitlab.com/op_so/projects/akas" documentation = "https://docs.rs/akas" edition = "2021" [dependencies] actix-web = "4" actix-web-httpauth = "0.*" clap = { version = "4", features = ["derive", "env"] }