# 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" name = "openid" version = "0.15.0" authors = ["Alexander Korolev "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ OpenID Connect & Discovery client library using async / await. """ homepage = "https://github.com/kilork/openid" readme = "README.md" keywords = [ "authentication", "authorization", "oauth", "openid", "uma2", ] categories = ["authentication"] license = "Unlicense OR MIT" repository = "https://github.com/kilork/openid" [lib] name = "openid" path = "src/lib.rs" [dependencies.base64] version = "0.22" [dependencies.biscuit] version = "0.7" [dependencies.chrono] version = "0.4" features = ["serde"] default-features = false [dependencies.lazy_static] version = "1.4" [dependencies.mime] version = "0.3" [dependencies.reqwest] version = "0.12" features = ["json"] default-features = false [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.serde_json] version = "1" default-features = false [dependencies.thiserror] version = "1" [dependencies.url] version = "2" features = ["serde"] default-features = false [dependencies.validator] version = "0.18" features = ["derive"] [features] default = ["native-tls"] microsoft = [] native-tls = ["reqwest/native-tls"] rustls = ["reqwest/rustls-tls"] uma2 = []