akiaki-fcgi 0.0.3

A FastCGI server library in async/await
Documentation
[package]
name = "akiaki-fcgi"
version = "0.0.3"
authors = ["Aki Goto <tyatsumi@protonmail.ch>"]
edition = "2018"
license = "AGPL-3.0-or-later"
description = "A FastCGI server library in async/await"
homepage = "https://tyatsumi.gitlab.io/akiaki/"
documentation = "https://docs.rs/akiaki-fcgi"
repository = "https://gitlab.com/tyatsumi/akiaki/"
readme = "README.md"
keywords = ["server", "network", "fastcgi", "async"]
categories = ["web-programming"]

[dependencies]
async-std = "1.12.0"
futures = "0.3.25"
log = "0.4.17"