# 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 = "tortuga" version = "0.7.2" authors = ["Miguel D. Salcedo "] description = "A Rust-based CGI-specific HTTP web server." homepage = "https://tortuga.salcedo.cc" documentation = "https://docs.rs/tortuga" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/misalcedo/tortuga" [profile.release] lto = true debug = 2 [[bench]] name = "assert_cgi" harness = false [[bench]] name = "cgi" harness = false [[bench]] name = "cached_wcgi" harness = false [[bench]] name = "uncached_wcgi" harness = false [dependencies.base64] version = "0.21.6" [dependencies.bytes] version = "1.5.0" [dependencies.clap] version = "4.4.14" features = ["derive"] [dependencies.http] version = "1.0.0" [dependencies.http-body-util] version = "0.1.0" [dependencies.httparse] version = "1.8.0" [dependencies.hyper] version = "1.1.0" features = [ "http1", "server", ] [dependencies.hyper-util] version = "0.1.2" features = ["tokio"] [dependencies.tokio] version = "1.35.1" features = [ "fs", "macros", "net", "process", ] [dependencies.tokio-util] version = "0.7.10" [dependencies.wasi-common] version = "16.0.0" [dependencies.wasmtime] version = "16.0.0" [dependencies.wasmtime-wasi] version = "16.0.0" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.reqwest] version = "0.11" features = ["blocking"] [features] default = []