akas 2.4.18

AKAS: API Key Authorization Server
# 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.4.18"
authors = ["FX Soubirou <soubirou@yahoo.fr>"]
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.2"

[dependencies.actix-web]
version = "4.11.0"

[dependencies.actix-web-httpauth]
version = "0.8.2"

[dependencies.actix-web-prom]
version = "0.10.0"

[dependencies.chrono]
version = "0.4.41"

[dependencies.clap]
version = "4.5.40"
features = [
    "derive",
    "env",
]

[dependencies.futures]
version = "0.3.31"

[dependencies.hex]
version = "0.4.3"

[dependencies.prometheus]
version = "0.14.0"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sha2]
version = "0.11.0"

[dependencies.tempfile]
version = "3.20.0"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-actix-web]
version = "0.7.18"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = [
    "fmt",
    "json",
]

[dependencies.url]
version = "2.5.4"