# 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 = "2018" name = "dyer" version = "3.3.2" authors = ["HomelyGuy"] description = " dyer is designed for reliable, flexible and fast Request-Response based service, including data processing, web-crawling and so on, providing some friendly, flexible, comprehensive features without compromising speed." homepage = "https://crates.io/crates/dyer" documentation = "https://docs.rs/dyer" readme = "README.md" keywords = [ "Request-Response", "data-processing", "web-crawling", "web-framework", "spider", ] categories = [ "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/HomelyGuy/dyer" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-trait] version = "0.1.51" [dependencies.base64] version = "0.13.0" optional = true [dependencies.brotli2] version = "0.3.2" optional = true [dependencies.dyer-macros] version = "0.2.0" [dependencies.flate2] version = "1.0.20" optional = true [dependencies.futures-util] version = "0.3.17" [dependencies.http] version = "0.2.5" [dependencies.hyper] version = "0.14.20" features = [ "client", "http1", "stream", ] [dependencies.hyper-proxy] version = "0.9.1" optional = true [dependencies.hyper-tls] version = "0.5.0" [dependencies.libxml] version = "0.3.1" optional = true [dependencies.log] version = "0.4.13" [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.signal-hook] version = "0.1.17" [dependencies.tokio] version = "1.20.1" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.simple_logger] version = "1.11.0" [features] compression = [ "default", "dep:brotli2", "dep:flate2", ] default = [] full = [ "default", "compression", "xpath", "proxy", ] proxy = [ "dep:hyper-proxy", "dep:base64", ] std = [] xpath = ["dep:libxml"]