[dependencies.http]
version = "1.0.0"
[lib]
name = "cgi"
path = "src/lib.rs"
[package]
authors = ["Amanda McCann <amanda@technomancy.org>", "Kartikaya Gupta"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "network-programming"]
description = "Library to help create CGI programs in Rust"
edition = "2021"
exclude = [".gitignore", ".github/**"]
keywords = ["http", "cgi", "web"]
license = "AGPL-3.0"
name = "cgi"
readme = "README.md"
repository = "https://github.com/amandasaurus/rust-cgi"
version = "0.7.2"