# 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 = "rocket-cgi" version = "0.2.1" description = "Simple CGI (RFC 3875) handler for Rocket" readme = "README.md" categories = [ "web-programming::rocket", "web-programming", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/the10thWiz/rocket-cgi" resolver = "2" [dependencies.bitfield] version = "0.14.0" [dependencies.rocket] version = "0.5.0-rc.2" default-features = false [dependencies.tokio] version = "1.6.1" features = [ "process", "io-util", ] default-features = false