# 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 = "keclc-httpauth" version = "0.1.0" authors = ["svartalf ", "Yuki Okushi ", "krircc "] description = "HttpAuth support for Kayrx web." documentation = "https://docs.rs/keclc-httpauth/" readme = "README.md" keywords = ["kayrx", "http", "async", "futures"] categories = ["asynchronous", "web-programming::http-server"] license = "Apache-2.0" repository = "https://github.com/kayrx/keclc" [dependencies.base64] version = "0.11" [dependencies.bytes] version = "0.5" [dependencies.futures] version = "0.3" [dependencies.kayrx] version = "0.7" [dev-dependencies.kayrx] version = "0.7"