[package] name = "akas" description = "AKAS: API Key Authorization Server" authors = ["FX Soubirou "] license = "MIT" version = "0.0.0" readme = "README.md" repository = "https://gitlab.com/op_so/projects/akas" documentation = "https://docs.rs/akas" edition = "2021" [dependencies] actix-multipart = "0.7" actix-web = "4" actix-web-httpauth = "0.*" chrono = "0.4" clap = { version = "4", features = ["derive", "env"] } futures = "0.3" hex = "0.4" serde = { version = "1", features = ["derive"] } serde_json = "1" sha2 = "0.10" tempfile = "3" tracing = "0.1" tracing-actix-web = "0.7" tracing-subscriber = "0.3" url = "2"