rocket-simple-authorization 0.7.0

This crate provides a request guard builder used for authorization.
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 = "rocket-simple-authorization"
version = "0.7.0"
authors = ["Magic Len <len@magiclen.org>"]
description = "This crate provides a request guard builder used for authorization."
homepage = "https://magiclen.org/rocket-simple-authorization"
readme = "README.md"
keywords = ["rocket", "server", "web", "authorization", "authorize"]
categories = ["parser-implementations", "web-programming"]
license = "MIT"
repository = "https://github.com/magiclen/rocket-simple-authorization"
[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.easy-http-request]
version = "0.1"

[dev-dependencies.lazy_static]
version = "1"

[dev-dependencies.rocket]
version = "0.4"

[dev-dependencies.short-crypt]
version = "1"
[badges.travis-ci]
branch = "master"
repository = "magiclen/rocket-simple-authorization"