# 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 = "passport_azure_ad" version = "0.1.3" authors = ["Fabio Cammilli "] description = "JWT bearer token validation and verification towards Microsoft Azure AD" readme = "README.md" keywords = [ "MSAL", "JWT", "Bearer", "web", "token", ] categories = [ "authentication", "web-programming", ] license = "MIT" repository = "https://github.com/lincemiope/rust-passport-azure-ad" [dependencies.alcoholic_jwt] version = "4091.0.0" [dependencies.jws] version = "0.2.9" [dependencies.memory-cache-rs] version = "0.2.0" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11.22" features = ["json"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.url] version = "2.5.0"