[[bin]]
doc = false
name = "gfcgi"
path = "example/main.rs"
[dependencies]
byteorder = "^0.5.3"
[features]
spawn = []
[lib]
name = "gfcgi"
[package]
authors = ["Gedweb <inbox@gedweb.name>"]
description = "Native Rust library for FastCGI with multithreading and multiplexing support"
documentation = "http://gedweb.github.io/rust-gfcgi/gfcgi/"
exclude = [".project", ".settings/*", "rustfmt.toml"]
keywords = ["FastCGI", "fcgi", "http", "https"]
license-file = "LICENSE"
name = "gfcgi"
readme = "README.md"
repository = "https://github.com/Gedweb/rust-gfcgi.git"
version = "0.4.3"