# 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 = "htwrap" version = "0.5.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Framework-less Hyper client and server" readme = "readme.md" license = "ISC" repository = "https://github.com/andrewbaxter/htwrap" [lib] name = "htwrap" path = "src/lib.rs" [dependencies.async-stream] version = "0.3" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.hickory-resolver] version = "0.24" [dependencies.http] version = "1" [dependencies.http-body] version = "1" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1" features = [ "server", "client", "http1", ] [dependencies.hyper-rustls] version = "0.26" [dependencies.hyper-util] version = "0.1" features = [ "tokio", "server", ] [dependencies.loga] version = "0.5" [dependencies.rand] version = "0.8" [dependencies.rustls] version = "0.22" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.tokio] version = "1" features = [ "rt", "macros", "io-util", "fs", ] [dependencies.tokio-rustls] version = "0.25" [dependencies.tokio-stream] version = "0.1" features = ["net"] [dependencies.tokio-util] version = "0.7" features = [ "compat", "io", ] [dependencies.tower-service] version = "0.3"