# 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 = "2018" name = "azure_jwt" version = "0.2.3" authors = ["Carl Fredrik Samson "] description = """ A simple JWT validator for Microsoft Azure Id tokens. """ documentation = "https://docs.rs/azure-jwt/" readme = "README.md" keywords = [ "azure", "token", "jwt", "jwk", "validation", ] categories = ["authentication"] license = "MIT" repository = "https://github.com/cfsamson/azure-jwt" [[bench]] name = "validation" harness = false [dependencies.chrono] version = "0.4.19" [dependencies.jsonwebtoken] version = "7.2.0" default-features = false [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.124" features = ["derive"] [dev-dependencies.base64] version = "0.13.0" [dev-dependencies.criterion] version = "0.3.4"