fcgi-client 0.11.0

Fork of Fastcgi client for Rust by jmjoy.
Documentation
[[bench]]
harness = false
name = "async_client_bench"
path = "benches/async_client_bench.rs"

[[bench]]
name = "common"
path = "benches/common.rs"

[dependencies.bytes]
version = "1.10.1"

[dependencies.futures-util]
default-features = false
version = "0.3.31"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
features = ["io-util", "sync", "time"]
version = "1.20.1"

[dependencies.tokio-util]
features = ["io"]
version = "0.7.15"

[dependencies.tracing]
version = "0.1.36"

[dev-dependencies.criterion]
features = ["async_tokio"]
version = "0.6.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.20.1"

[dev-dependencies.tracing-subscriber]
version = "0.3.15"

[lib]
name = "fcgi_client"
path = "src/lib.rs"

[package]
authors = ["jmjoy <jmjoy@apache.org>", "defi <defilak@main.ru>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Fork of Fastcgi client for Rust by jmjoy."
edition = "2021"
keywords = ["fastcgi", "fcgi", "client", "tokio", "php"]
license = "Apache-2.0"
name = "fcgi-client"
readme = "README.md"
repository = "https://github.com/Defilak/fcgi-client-rs"
version = "0.11.0"

[[test]]
name = "client_get"
path = "tests/client_get.rs"

[[test]]
name = "client_multi"
path = "tests/client_multi.rs"

[[test]]
name = "client_post"
path = "tests/client_post.rs"

[[test]]
name = "common"
path = "tests/common.rs"