# 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 = "2018" name = "rocket_oauth2" version = "0.5.0" authors = ["Jeb Rosen "] description = "OAuth2 for Rocket applications" homepage = "https://github.com/jebrosen/rocket_oauth2" documentation = "https://docs.rs/rocket_oauth2/" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/jebrosen/rocket_oauth2" [dependencies.async-trait] version = "0.1.30" [dependencies.base64] version = "0.21" [dependencies.hyper] version = "0.14" optional = true [dependencies.hyper-rustls] version = "0.24" optional = true [dependencies.log] version = "0.4.4" [dependencies.rand] version = "0.8" features = ["std"] default-features = false [dependencies.rocket] version = "0.5" features = ["secrets"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.url] version = "2.0" [features] default = ["hyper_rustls_adapter"] hyper_rustls_adapter = [ "hyper", "hyper-rustls", ]