[dependencies.http]
version = "0.2"
[dependencies.log]
version = "0.4"
[dependencies.thiserror]
version = "1"
[dependencies.tokio]
features = ["io-util", "sync", "time"]
version = "1"
[dev-dependencies.env_logger]
version = "0.8"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[package]
authors = ["jmjoy <918734043@qq.com>"]
description = "Fastcgi client implemented for Rust."
edition = "2018"
keywords = ["fastcgi", "fcgi", "client", "tokio", "php"]
license = "MIT"
name = "fastcgi-client"
readme = "README.md"
repository = "https://github.com/jmjoy/fastcgi-client-rs"
version = "0.7.0"