# 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 = "http-app" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Wrapper around hyper to help with making a http server" readme = "README.md" license = "MIT" [lib] name = "http_app" path = "src/lib.rs" [[example]] name = "simple_server" path = "examples/simple_server.rs" [dependencies.bytes] version = "1.8.0" [dependencies.http-body-util] version = "0.1.2" [dependencies.hyper] version = "1.5.0" [dependencies.hyper-util] version = "0.1.9" features = ["full"] [dependencies.prometheus] version = "0.13.0" [dependencies.tokio] version = "1.41.0" features = [ "net", "rt", ] [dependencies.tracing] version = "0.1.40" [dev-dependencies.tokio] version = "1.41.0" features = ["full"]