# 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 = "vintage" version = "0.7.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A multi-threaded FastCGI server" readme = "README.md" keywords = [ "fastcgi", "cgi", ] categories = [ "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/eze-works/vintage" [lib] name = "vintage" path = "src/lib.rs" [[example]] name = "echo_server" path = "examples/echo_server.rs" [dependencies.camino] version = "1.1.9" [dependencies.convert_case] version = "0.6.0" [dependencies.filetime] version = "0.2.25" [dependencies.form_urlencoded] version = "1.2.1" [dependencies.jiff] version = "0.1.13" [dependencies.log] version = "0.4.22" features = ["kv_std"] [dependencies.matchit] version = "0.8.4" [dependencies.mio] version = "1.0.2" features = [ "os-ext", "net", ] [dependencies.threadpool] version = "1.8.1" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.env_logger] version = "0.11.5" features = ["unstable-kv"]