# 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 = "opentalk-keycloak-admin" version = "0.3.0" authors = ["OpenTalk Team "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Keycloak admin api client library for use in OpenTalk" homepage = "https://opentalk.eu/" documentation = "https://docs.rs/opentalk-keycloak-admin" readme = "README.md" license = "EUPL-1.2" repository = "https://gitlab.opencode.de/opentalk/libs/opentalk-keycloak-admin" [lib] name = "opentalk_keycloak_admin" path = "src/lib.rs" [dependencies.log] version = "0.4" [dependencies.openidconnect] version = "3" features = ["reqwest"] default-features = false [dependencies.reqwest] version = "0.12" features = ["json"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.snafu] version = "0.8" [dependencies.tokio] version = "1" [dependencies.url] version = "2" [features] default = ["native-tls"] native-tls = [ "openidconnect/native-tls", "reqwest/native-tls", ] rustls-tls = [ "openidconnect/rustls-tls", "reqwest/rustls-tls", ] rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"]