cgi 0.8.0

Library to help create CGI programs in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "cgi"
version = "0.8.0"
authors = ["Amanda McCann <amanda@technomancy.org>", "Kartikaya Gupta"]
edition = "2021"
license = "AGPL-3.0"

description = "Library to help create CGI programs in Rust"
repository = "https://github.com/amandasaurus/rust-cgi"
readme = "README.md"
keywords = ["http", "cgi", "web"]
categories = ["web-programming", "network-programming"]
exclude = [".gitignore", ".github/**"]

[dependencies]
http = "1.0.0"