# 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] edition = "2018" name = "gotham-middleware-basicauth" version = "0.3.0" authors = ["PrivateRookie <996514515@qq.com>"] description = "http basic auth middleware for gotham framework" homepage = "https://github.com/PrivateRookie/gotham-middleware-basicauth" readme = "./README.md" keywords = ["web", "http", "gotham", "middleware"] license-file = "./LICENSE" repository = "https://github.com/PrivateRookie/gotham-middleware-basicauth" [[example]] name = "basic-auth" path = "examples/basic-auth/src/main.rs" [[example]] name = "scoped-auth" path = "examples/scoped-auth/src/main.rs" [dependencies.base64] version = "0.10.1" [dependencies.futures] version = "0.3.1" [dependencies.gotham] version = "0.6" [dependencies.gotham_derive] version = "0.6" [dependencies.log] version = "0.4.8" [dependencies.mime] version = "0.3.13"