# 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] name = "hyper-sync" version = "0.10.14" authors = ["Sean McArthur ", "Jonathan Reem ", "Aleksandr Orlenko "] include = ["Cargo.toml", "LICENSE", "src/**/*"] description = "A modern HTTP library (synchronous)." homepage = "https://github.com/khvzak/hyper-sync" documentation = "https://docs.rs/hyper-sync" readme = "README.md" keywords = ["http", "hyper"] categories = ["web-programming::http-client", "web-programming::http-server"] license = "MIT" repository = "https://github.com/khvzak/hyper-sync" [dependencies.base64] version = "0.9.0" [dependencies.bytes] version = "0.4.4" [dependencies.httparse] version = "1.0" [dependencies.language-tags] version = "0.2" [dependencies.log] version = "0.4" [dependencies.mime] version = "0.3.2" [dependencies.num_cpus] version = "1.0" [dependencies.percent-encoding] version = "1.0" [dependencies.time] version = "0.1" [dependencies.unicase] version = "2.1" [dependencies.url] version = "1.0" [dev-dependencies.env_logger] version = "0.5" [features] nightly = []