# 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-iron" version = "0.2.0" authors = ["Andreas Molzer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A OAuth2 server library for iron 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" [lib] name = "oxide_auth_iron" path = "src/lib.rs" [[example]] name = "iron" path = "examples/iron.rs" [dependencies.iron] version = "0.6" [dependencies.oxide-auth] version = "0.6.0" [dependencies.serde_urlencoded] version = "0.7" [dependencies.url] version = "2" [dev-dependencies.reqwest] version = "0.11.10" features = ["blocking"] [dev-dependencies.router] version = "0.6.0" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"