# 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 = "keycloak-oauth" version = "0.0.2" authors = ["Mike Potapenco "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library designed for seamless integration with Keycloak's OAuth2 authentication flows" readme = "README.md" keywords = [ "keycloak", "oauth", ] license = "MIT" repository = "https://github.com/buhaytza2005/keycloak-oauth" [lib] name = "keycloak_oauth" path = "src/lib.rs" [[example]] name = "client" path = "examples/client.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.dotenv] version = "0.15.0" [dependencies.jsonwebtoken] version = "9.3.0" [dependencies.oauth2] version = "4.4.2" [dependencies.reqwest] version = "0.12.8" features = ["json"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_with] version = "3.11.0" [dependencies.thiserror] version = "1.0.64" [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1.40.0" features = ["full"]