# 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 = "hyperecho" version = "0.2.1" authors = ["Thayne McCombs "] description = "Simple echo server" readme = "README.md" license = "MIT" repository = "https://github.com/tmccombs/hyperecho" [dependencies.http] version = "1.1" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1.2" features = ["server"] [dependencies.hyper-util] version = "0.1" features = [ "server", "tokio", ] [dependencies.tokio] version = "1.36" features = [ "rt", "macros", "net", ] [features] default = [ "http1", "http2", ] http1 = [ "hyper/http1", "hyper-util/http1", ] http2 = [ "hyper/http2", "hyper-util/http2", ]