# 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 = "token_server" version = "0.1.15" description = "Server to provide one-time access tokens for some set of meta data" readme = "README.md" keywords = [ "security", "one-time-token", "server", ] categories = ["authentication"] license-file = "LICENSE" repository = "https://github.com/HaKr/token_server.git" [dependencies.axum] version = "0.6" features = [ "multipart", "headers", ] [dependencies.axum-macros] version = "0.3" [dependencies.chrono] version = "0.4" features = [ "clock", "serde", "std", ] default-features = false [dependencies.clap] version = "4.0" features = [ "derive", "string", ] [dependencies.clap-duration] version = "0.1.11" [dependencies.duration-human] version = "0.1.10" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.lazy-regex] version = "2.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.19" features = ["full"] [dependencies.tower] version = "0.4" [dependencies.tower-http] version = "0.3" features = [ "fs", "trace", "set-header", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.url] version = "2.3" features = ["serde"] [dependencies.uuid] version = "1.2" features = [ "v4", "fast-rng", "macro-diagnostics", ]