# 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 = "riposte" version = "0.1.2" description = "On-demand http status code response" readme = "README.md" keywords = [ "http", "statuscode", ] categories = [ "web-programming::http-server", "development-tools::testing", ] license = "MIT" repository = "https://github.com/tomascarreira/risposte" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.2.2" features = ["derive"] [dependencies.http-body-util] version = "0.1.0-rc.2" [dependencies.hyper] version = "1.0.0-rc.3" features = [ "server", "http1", ] [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", "net", ]