# 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 = "lockpad-auth" version = "0.4.0" description = "utilities for processing JWT claims" license = "MIT" repository = "https://github.com/justinrubek/lockpad" [dependencies.axum] version = "0.7" [dependencies.axum-extra] version = "0.9" features = ["typed-header"] [dependencies.base64] version = "0.21.0" [dependencies.jsonwebtoken] version = "8.2.0" features = ["use_pem"] [dependencies.rsa] version = "0.8.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.37"