# 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 = "oxide-auth-async" version = "0.2.1" authors = ["Andreas Molzer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Combines oxide-auth with async and futures" readme = "Readme.md" keywords = [ "oauth", "server", "oauth2", ] categories = [ "web-programming::http-server", "authentication", ] license = "MIT OR Apache-2.0" repository = "https://github.com/HeroicKatora/oxide-auth.git" resolver = "2" [lib] name = "oxide_auth_async" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.59" [dependencies.base64] version = "0.21" [dependencies.chrono] version = "0.4.23" features = ["clock"] default-features = false [dependencies.oxide-auth] version = "0.6.0" [dependencies.url] version = "2.3.1" [dev-dependencies.serde] version = "1.0.148" [dev-dependencies.serde_derive] version = "1.0.148" [dev-dependencies.serde_json] version = "1.0.89" [dev-dependencies.smol] version = "1.3.0"