azure_jwt 0.1.6

A simple JWT validator for Microsoft Azure Id tokens.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "azure_jwt"
version = "0.1.6"
authors = ["Carl Fredrik Samson <cf@samson.no>"]
description = "A simple JWT validator for Microsoft Azure Id tokens.\n"
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.base64]
version = "0.10.1"

[dependencies.chrono]
version = "0.4.6"

[dependencies.jsonwebtoken]
version = "5.0.1"

[dependencies.openssl_std]
version = "0.10.20"
optional = true
package = "openssl"

[dependencies.openssl_vendored]
version = "0.10.20"
features = ["vendored"]
optional = true
package = "openssl"

[dependencies.reqwest]
version = "0.9.14"

[dependencies.serde]
version = "1.0.90"
features = ["derive"]
[dev-dependencies.criterion]
version = "0.1.2"

[features]
default = ["openssl_std"]
vendored = ["openssl_vendored"]
[target."cfg(windows)".dependencies.openssl-probe]
version = "0.1.2"