[[bin]]
name = "hyper-cgi-test-server"
required-features = ["test-server"]
[dependencies.base64]
optional = true
version = "0.13"
[dependencies.clap]
optional = true
version = "3.1"
[dependencies.futures]
version = "0.3"
[dependencies.hyper]
features = ["stream", "tcp", "server", "http1"]
version = "0.14"
[dependencies.lazy_static]
optional = true
version = "1.4"
[dependencies.rand]
features = ["std"]
optional = true
version = "0.8"
[dependencies.tokio]
features = ["full"]
version = "1.16"
[dependencies.tokio-util]
features = ["compat"]
version = "0.7"
[features]
test-server = ["clap", "base64", "lazy_static", "rand"]
[lib]
name = "hyper_cgi"
path = "src/hyper_cgi.rs"
[package]
authors = ["Christian Schilling <initcrash@gmail.com>", "Louis-Marie Givel <louis-marie.givel@esrlabs.com>"]
description = "Run CGI scripts with hyper"
edition = "2018"
license-file = "LICENSE"
name = "hyper_cgi"
readme = "README.md"
repository = "https://github.com/josh-project/hyper_cgi"
version = "22.4.15"