# 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" version = "0.6.1" authors = ["Andreas Molzer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A OAuth2 library for common web servers, featuring a set of configurable and pluggable backends." 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" [package.metadata.docs.rs] features = [] [lib] name = "oxide_auth" path = "src/lib.rs" [dependencies.base64] version = "0.21" [dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dependencies.hmac] version = "0.12.0" [dependencies.once_cell] version = "1.3.1" [dependencies.rand] version = "0.8" [dependencies.rmp-serde] version = "1.1" [dependencies.rust-argon2] version = "2.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.1" [dependencies.subtle] version = "2.4.1" [dependencies.url] version = "2.2.2" features = ["serde"] [dev-dependencies.reqwest] version = "0.11.10" features = ["blocking"]