hyper_cgi 0.1.5

Run CGI scripts with hyper
Documentation
[[bin]]
name = "hyper-cgi-test-server"
required-features = ["test-server"]
[dependencies.base64]
optional = true
version = "0.13"

[dependencies.clap]
optional = true
version = "2"

[dependencies.futures]
version = "0.3"

[dependencies.hyper]
version = "0.13"

[dependencies.lazy_static]
optional = true
version = "1.4"

[dependencies.rand]
optional = true
version = "0.5"

[dependencies.tokio]
features = ["full"]
version = "0.2"

[dependencies.tokio-util]
features = ["compat"]
version = "0.3"

[features]
test-server = ["clap", "base64", "lazy_static", "rand"]

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

[package]
authors = ["Christian Schilling <christian.schilling@esrlabs.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/LMG/hyper_cgi"
version = "0.1.5"