# 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 = "oidc-jwt-validator" version = "0.2.3" include = [ "/src", "LICENSE.txt", "/examples", ] description = "Batteries included validaton of Access Tokens from an OIDC Provider" readme = "README.md" license = "MIT" repository = "https://github.com/MinisculeGirraffe/oidc_jwt_validator" [dependencies.base64] version = "0.22.0" [dependencies.jsonwebtoken] version = "9" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.13" features = ["json"] default-features = false [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1.22.0" features = ["sync"] [dev-dependencies.actix-web] version = "4.2.1" [dev-dependencies.serde_json] version = "1.0.89" [dev-dependencies.tokio] version = "1.22.0" features = ["full"]