# 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 = "auth0-jwt" version = "0.1.0" authors = ["Federico Vitale "] description = "Library to validate JWTs from Auth0" homepage = "https://github.com/rawnly/auth0-jwt" readme = "README.md" keywords = [ "jwt", "token", "jwks", "auth0", ] license = "MIT" repository = "https://github.com/rawnly/auth0-jwt" [dependencies.alcoholic_jwt] version = "4091.0.0" [dependencies.async-trait] version = "0.1.60" optional = true [dependencies.axum] version = "0.6.1" features = ["headers"] optional = true [dependencies.headers] version = "0.3.8" optional = true [dependencies.reqwest] version = "0.11.13" features = [ "rustls-tls", "json", ] [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.serde_json] version = "1.0.91" features = ["raw_value"] [dependencies.thiserror] version = "1.0.38" [features] axum = [ "dep:axum", "dep:headers", "dep:async-trait", ] claims = []