# 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 = "2018" name = "rocket-basicauth" version = "3.0.0" authors = ["Owez "] description = "A high-level basic access authentication request guard for Rocket.rs" readme = "README.md" keywords = [ "web", "rocket", "auth", "basic-auth", "authentication", ] license = "MIT" repository = "https://github.com/owez/rocket-basicauth" [dependencies.base64] version = "0.13" [dependencies.log] version = "0.4" optional = true [dependencies.rocket] version = "0.5.0" [features] default = ["log"]