# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tide-openidconnect" version = "0.1.0" authors = ["Michael Alyn Miller "] exclude = [".editorconfig", ".gitattributes", ".github", ".gitignore"] description = "OpenID Connect middleware for Tide" readme = "README.md" keywords = ["tide", "openid", "authentication"] categories = ["authentication", "web-programming", "web-programming::http-server"] license = "MIT OR Apache-2.0" repository = "https://github.com/malyn/tide-openidconnect" [dependencies.futures-lite] version = "1.11" [dependencies.http] version = "0.2" [dependencies.isahc] version = "1.4.0" [dependencies.once_cell] version = "1.7.2" [dependencies.openidconnect] version = "2.0.1" default-features = false [dependencies.serde] version = "1.0.125" [dependencies.thiserror] version = "1.0" [dependencies.tide] version = "0.16.0" features = ["sessions"] default-features = false [dev-dependencies.async-lock] version = "2.4.0" [dev-dependencies.async-std] version = "1.9.0" features = ["attributes"] [dev-dependencies.chrono] version = "0.4" [dev-dependencies.config] version = "0.11.0" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.http-types] version = "2.11.1" [dev-dependencies.portpicker] version = "0.1.1" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.surf] version = "2.2.0" [dev-dependencies.tide] version = "0.16.0" [dev-dependencies.tide-testing] version = "0.1" [dev-dependencies.time] version = "0.2.27" [dev-dependencies.uuid] version = "0.8" features = ["v4"]