[dependencies.bytes]
version = ">= 0"
[dependencies.http]
version = ">= 0"
[dependencies.http-body]
version = ">= 0"
[dependencies.http-body-util]
version = ">= 0"
[dependencies.pin-project-lite]
version = ">= 0"
[dependencies.thiserror]
version = ">= 0"
[dependencies.tokio]
features = ["process", "io-util", "rt", "macros", "rt-multi-thread", "sync", "time", "net"]
version = ">= 0"
[dependencies.tower-service]
version = ">= 0"
[dev-dependencies.axum]
version = ">= 0"
[dev-dependencies.reqwest]
version = ">= 0"
[dev-dependencies.test-binary]
version = ">= 0"
[dev-dependencies.tower]
features = ["util"]
version = ">= 0"
[lib]
name = "cgi_service"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::http-server"]
description = "A Tower service that implements the CGI protocol (RFC 3875)"
edition = "2024"
keywords = ["cgi", "tower", "http", "web"]
license = "MIT"
name = "cgi-service"
readme = "README.md"
repository = "https://github.com/mbid/rust-cgi-service"
version = "0.2.0"
[[test]]
name = "cgi_server_test"
path = "tests/cgi_server_test.rs"