rocket-simple-authorization 0.10.6

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 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"
rust-version = "1.69"
name = "rocket-simple-authorization"
version = "0.10.6"
authors = ["Magic Len <len@magiclen.org>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[lib]
name = "rocket_simple_authorization"
path = "src/lib.rs"

[dependencies.rocket]
version = "0.5"

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

[dev-dependencies.reqwest]
version = "0.11"
features = ["blocking"]

[dev-dependencies.short-crypt]
version = "1"