dyer 3.0.1

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.
Documentation
[dependencies.async-trait]
version = "0.1.51"

[dependencies.brotli2]
version = "0.3.2"

[dependencies.bytes]
version = "0.5.6"

[dependencies.dyer-macros]
version = "0.2.0"

[dependencies.flate2]
version = "1.0.20"

[dependencies.futures-util]
version = "0.3.17"

[dependencies.http]
version = "0.2.5"

[dependencies.hyper]
version = "0.13.8"

[dependencies.hyper-timeout]
version = "0.3.1"

[dependencies.hyper-tls]
version = "0.4.3"

[dependencies.log]
version = "0.4.13"

[dependencies.serde]
features = ["derive"]
version = "1.0.123"

[dependencies.signal-hook]
version = "0.1.17"

[dependencies.tokio]
features = ["rt-threaded"]
version = "0.2.22"
[dev-dependencies.select]
version = "0.5.0"

[dev-dependencies.simple_logger]
version = "1.11.0"

[package]
authors = ["HomelyGuy"]
categories = ["network-programming", "web-programming"]
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."
documentation = "https://docs.rs/dyer"
edition = "2018"
homepage = "https://crates.io/crates/dyer"
keywords = ["Request-Response", "data-processing", "web-crawling", "web-framework", "spider"]
license = "MIT"
name = "dyer"
readme = "README.md"
repository = "https://github.com/HomelyGuy/dyer"
version = "3.0.1"