# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "akas" version = "1.2.0" authors = ["FX Soubirou "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "AKAS: API Key Authorization Server" documentation = "https://docs.rs/akas" readme = "README.md" license = "MIT" repository = "https://gitlab.com/op_so/projects/akas" [[bin]] name = "akas" path = "src/main.rs" [dependencies.actix-web] version = "4" [dependencies.actix-web-httpauth] version = "0.*" [dependencies.clap] version = "4" features = [ "derive", "env", ]