# 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_airlock" version = "0.4.0" authors = ["Daniel Wiesenberg "] description = """ TL;DR: Authentication and Authorization for rocket applications. The security airlock is the entry point to a rocket. Everything from the outside environment that wants to enter a rocket, needs to go through its hatches and pass all their security checks. """ homepage = "https://github.com/Weasy666/rocket_airlock" documentation = "https://docs.rs/rocket_airlock/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Weasy666/rocket_airlock" resolver = "2" [dependencies.log] version = "0.4" [dependencies.rocket] version = "0.5" features = ["secrets"] default-features = false [dependencies.yansi] version = "1.0"