# 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" rust-version = "1.70.0" name = "leptos-keycloak-auth" version = "0.2.0" authors = ["Lukas Potthast "] build = false include = [ "src/**/*", "LICENSE-*", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Secure Leptos applications using Keycloak." readme = "README.md" keywords = [ "leptos", "keyclaok", "auth", "oidc", "oauth", ] categories = [ "web-programming", "api-bindings", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/lpotthast/leptos-keycloak-auth" [lib] name = "leptos_keycloak_auth" path = "src/lib.rs" [dependencies.codee] version = "0.2.0" features = ["json_serde"] [dependencies.jsonwebtoken] version = "9.2.0" [dependencies.leptos] version = "0.6.5" [dependencies.leptos-use] version = "0.13.4" [dependencies.leptos_router] version = "0.6.5" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.snafu] version = "0.8.0" [dependencies.time] version = "0.3.34" features = [ "wasm-bindgen", "serde", ] [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.0"