# 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 = "actix_web_openidconnect" version = "0.1.2" authors = ["Romain Michau"] description = "Lightweight async OpenID Connect (OIDC) client and middleware for Actix-Web." homepage = "https://github.com/RomainMichau/ActixWeb_openIDConnect/" documentation = "https://github.com/RomainMichau/ActixWeb_openIDConnect/" readme = "readMe.md" license = "MIT OR Apache-2.0" repository = "https://github.com/RomainMichau/ActixWeb_openIDConnect/" [dependencies.actix-web] version = "4" [dependencies.anyhow] version = "1.0.79" [dependencies.derive_more] version = "0.99.11" [dependencies.futures-util] version = "0.3.17" [dependencies.log] version = "0.4.20" [dependencies.openidconnect] version = "3.4.0" [dependencies.serde] version = "1.0.196" [dependencies.serde_derive] version = "1.0.126" [dependencies.serde_json] version = "1.0.112" [dependencies.url] version = "2.5.0"