# 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_verify" version = "0.2.0" authors = ["gw31415 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple-usage OIDC-RS256 token verifier. It works without `authorization_endpoint` field, such as Firebase Auth." readme = "README.md" keywords = [ "oidc", "jwt", "verify", "authentication", "firebase", ] categories = ["authentication"] license = "Apache-2.0" repository = "https://github.com/gw31415/oidc_verify" [lib] name = "oidc_verify" path = "src/lib.rs" [dependencies.jwt-simple] version = "0.12.9" features = ["pure-rust"] default-features = false [dependencies.serde] version = "1.0.209" [dependencies.serde_json] version = "1.0.127" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.3" features = ["rt"] [dependencies.ureq] version = "2.10.1" features = ["json"] [dependencies.url] version = "2.5.2"