# 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 = "github-oidc" version = "0.3.0" authors = ["Seif Mamdouh"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust crate for validating GitHub OIDC tokens" readme = "README.md" keywords = [ "github", "oidc", "authentication", ] categories = [ "authentication", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/the-cafe/github-oidc" [lib] name = "github_oidc" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.jsonwebtoken] version = "9.3.0" [dependencies.log] version = "0.4.22" [dependencies.mockito] version = "1.5.0" [dependencies.reqwest] version = "0.12.7" features = ["json"] [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 = ["full"] [dependencies.tracing] version = "0.1.40"