# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "akiaki-fcgi" version = "0.0.3" authors = ["Aki Goto "] description = "A FastCGI server library in async/await" homepage = "https://tyatsumi.gitlab.io/akiaki/" documentation = "https://docs.rs/akiaki-fcgi" readme = "README.md" keywords = [ "server", "network", "fastcgi", "async", ] categories = ["web-programming"] license = "AGPL-3.0-or-later" repository = "https://gitlab.com/tyatsumi/akiaki/" [dependencies.async-std] version = "1.12.0" [dependencies.futures] version = "0.3.25" [dependencies.log] version = "0.4.17"