# 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 = "2.0.0" authors = ["FX Soubirou "] build = false autolib = 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-multipart] version = "0.7" [dependencies.actix-web] version = "4" [dependencies.actix-web-httpauth] version = "0.*" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.tempfile] version = "3" [dependencies.tracing] version = "0.1" [dependencies.tracing-actix-web] version = "0.7" [dependencies.tracing-subscriber] version = "0.3" [dependencies.url] version = "2"