# 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 = "rocket-apitoken" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A very simple API Authorization module for Rocket web applications" documentation = "https://docs.rs/rocket-apitoken" readme = "README.md" keywords = [ "rocket", "auth", "token", "api", ] license = "MIT" repository = "https://github.com/kvinwang/rocket-apitoken" [lib] name = "rocket_apitoken" path = "src/lib.rs" [dependencies.rocket] version = "0.5.1"