# 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] name = "hyperx" version = "1.4.0" authors = ["David Kellum "] build = "build.rs" exclude = [".gitignore", ".travis.yml", "appveyor.yml"] description = "Hyper's typed header module, eXtracted and improved" documentation = "https://docs.rs/hyperx" readme = "README.md" keywords = ["http", "hyper", "hyperium"] categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"] license = "MIT" repository = "https://github.com/dekellum/hyperx" [package.metadata.docs.rs] features = ["headers"] [dependencies.base64] version = ">=0.10.1, <0.14" [dependencies.bytes] version = ">=1.0.0, <1.2.0" [dependencies.http] version = ">=0.2.2, <0.3" [dependencies.httpdate] version = ">=0.3.2, <1.1" [dependencies.language-tags] version = ">=0.3.1, <0.4" [dependencies.mime] version = ">=0.3.2, <0.4" [dependencies.percent-encoding] version = ">=2.1.0, <2.2" [dependencies.unicase] version = ">=2.6.0, <2.7" [features] compat = [] headers = [] nightly = []