# 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 = "2021" name = "cgi-bin" version = "0.0.1" authors = ["Rodrigo Navarro "] description = "Simple CGI server" keywords = ["cgi", "http"] categories = ["command-line-utilities", "network-programming", "web-programming::http-server"] license = "MIT" repository = "https://github.com/reu/cgi-bin" resolver = "2" [dependencies.bytes] version = "1.0" [dependencies.clap] version = "2.33" [dependencies.futures] version = "0.3" [dependencies.httparse] version = "1.4" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.6" features = ["io"]