# 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 = "azure_jwt_async" version = "0.3.2" authors = [ "Vasco Serrano ", "Carl Fredrik Samson ", ] description = "A simple JWT validator for Microsoft Azure tokens that is async capable." documentation = "https://docs.rs/azure-jwt-async/" readme = "README.md" keywords = [ "azure", "token", "jwt", "validation", "async", ] categories = ["authentication"] license = "MIT" repository = "https://github.com/0xNeffarion/azure-jwt-async" [dependencies.async-recursion] version = "1.0.5" [dependencies.chrono] version = "0.4.31" [dependencies.jsonwebtoken] version = "7.2.0" default-features = false [dependencies.reqwest] version = "0.11.23" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde-aux] version = "4.3.1" default-features = false [dev-dependencies.simple-base64] version = "0.23.2" [dev-dependencies.tokio] version = "1.35.1" features = ["macros"] default-features = false [dev-dependencies.tokio-test] version = "0.4.3"