# 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 = "www-authenticate" version = "0.4.0" authors = ["Sunrin SHIMURA (keen) <3han5chou7@gmail.com>"] description = "missing HTTP WWW-Authenticate header parser/printer for hyper 0.11.x. 0.1.x for hyper 0.10.y, 0.2.x for hyper 0.11.y and 0.3.x for hyperx" documentation = "http://docs.rs/www-authenticate" readme = "README.md" keywords = ["http", "hyper", "hyperium", "authentication"] categories = ["web-programming::http-client", "web-programming::http-server"] license = "MIT" repository = "https://github.com/KeenS/www-authenticate" resolver = "2" [dependencies.hyperx] version = "1.3" features = ["headers"] [dependencies.unicase] version = "1.0" [dependencies.url] version = "1.5"