# 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 = "openid-client" version = "0.2.6" description = "OpenID client for Rust" homepage = "https://github.com/sathyajithps/openid-client" documentation = "https://docs.rs/openid-client" readme = "README.md" license = "MIT" repository = "https://github.com/sathyajithps/openid-client" [lib] doctest = false [dependencies.async-recursion] version = "1.0.5" [dependencies.base64] version = "0.22.0" [dependencies.base64-url] version = "3.0.0" [dependencies.josekit] version = "0.8.6" features = ["vendored"] [dependencies.jwt-compact] version = "0.8.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.lru_time_cache] version = "0.11.11" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.9.3" [dependencies.reqwest] version = "0.12.4" features = ["native-tls"] optional = true [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.sha2] version = "0.10.7" [dependencies.sha3] version = "0.10.8" [dependencies.url] version = "2.3.1" [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.assert-json-diff] version = "2.0.2" [dev-dependencies.tokio] version = "1.26.0" features = ["full"] [features] default = ["http_client"] http_client = ["reqwest/native-tls"]