# 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" rust-version = "1.71" name = "dtz-identity-auth" version = "1.1.2" authors = ["Jens Walter "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides authentication traits for DownToZero backends." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/DownToZero-Cloud/dtz-identity-auth/" [lib] name = "dtz_identity_auth" path = "src/lib.rs" [dependencies.axum] version = "0.7" features = ["http2"] [dependencies.base64] version = "0.22" [dependencies.cookie] version = "0.18" [dependencies.dtz-identifier] version = "1" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1" features = [ "http1", "http2", ] [dependencies.hyper-rustls] version = "0.27" features = [ "http1", "http2", ] [dependencies.hyper-util] version = "0.1" features = ["full"] [dependencies.jwt-simple] version = "0.12" features = ["pure-rust"] default-features = false [dependencies.lru_time_cache] version = "0.11" [dependencies.once_cell] version = "1.19" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_urlencoded] version = "0.7" [dependencies.uuid] version = "1" features = [ "serde", "v4", ] [badges.maintenance] status = "actively-developed"