# 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 = "oxide-auth-poem" version = "0.2.0" authors = ["l1npengtul "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A OAuth2 server library for Poem featuring a set of configurable and pluggable backends." readme = "Readme.md" keywords = [ "oauth", "server", "oauth2", "poem", ] categories = [ "web-programming::http-server", "authentication", ] license = "MIT OR Apache-2.0" repository = "https://github.com/HeroicKatora/oxide-auth.git" [lib] name = "oxide_auth_poem" path = "src/lib.rs" [dependencies.oxide-auth] version = "0.6" [dependencies.poem] version = "1.3" [dependencies.serde_urlencoded] version = "0.7" [dependencies.thiserror] version = "1.0"