oxide-auth 0.4.5

A OAuth2 server library, for actix, rocket, iron or other libraries, featuring a set of configurable and pluggable backends.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "oxide-auth"
version = "0.4.5"
authors = ["Andreas Molzer <andreas.molzer@gmx.de>"]
autoexamples = false
description = "A OAuth2 server library, for actix, rocket, iron or other libraries, featuring a set of configurable and pluggable backends."
readme = "Readme.md"
keywords = ["oauth", "server", "oauth2"]
categories = ["web-programming::http-server", "authentication"]
license = "MIT"
repository = "https://github.com/HeroicKatora/oxide-auth.git"
[package.metadata.docs.rs]
features = ["actix-frontend", "iron-frontend", "rocket-frontend", "rouille-frontend"]

[[example]]
name = "actix"
required-features = ["actix-frontend"]

[[example]]
name = "rouille"
required-features = ["rouille-frontend"]

[[example]]
name = "rocket"
required-features = ["rocket-frontend"]

[[example]]
name = "iron"
required-features = ["iron-frontend"]
[dependencies.actix]
version = "0.7.9"
optional = true

[dependencies.actix-web]
version = "0.7.17"
optional = true

[dependencies.base64]
version = "0.9"

[dependencies.chrono]
version = "0.4.2"

[dependencies.futures]
version = "0.1"
optional = true

[dependencies.iron]
version = "0.6"
optional = true

[dependencies.mime]
version = "0.3.13"
optional = true

[dependencies.ring]
version = "0.13"

[dependencies.rmp-serde]
version = "^0.13"

[dependencies.rocket]
version = "0.4.2"
optional = true

[dependencies.rouille]
version = "3.0"
optional = true

[dependencies.router]
version = "0.6"
optional = true

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_urlencoded]
version = "0.5.1"
optional = true

[dependencies.url]
version = "1.7"

[dependencies.urlencoded]
version = "^0.6"
optional = true
[dev-dependencies.reqwest]
version = "^0.9"

[features]
actix-frontend = ["actix", "actix-web", "futures", "serde_urlencoded"]
default = ["actix-frontend"]
iron-frontend = ["iron", "router", "serde_urlencoded"]
rocket-frontend = ["rocket", "serde_urlencoded"]
rouille-frontend = ["rouille", "serde_urlencoded"]