# 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 = "hyper-named-pipe" version = "0.1.0" description = "Hyper client bindings for Windows Named Pipes" homepage = "https://github.com/fussybeaver/hyper-named-pipe" documentation = "https://docs.rs/hyper-named-pipe" readme = "README.md" keywords = [ "hyper", "windows", "named", "pipes", "http", ] license = "Apache-2.0" repository = "https://github.com/fussybeaver/hyper-named-pipe" [dependencies.hex] version = "0.4" [dependencies.hyper] version = "1.1" features = [ "client", "http1", ] [dependencies.hyper-util] version = "0.1.2" features = [ "http1", "client-legacy", "tokio", ] [dependencies.pin-project-lite] version = "0.2.8" [dependencies.tokio] version = "1.35" features = ["net"] [dependencies.tower-service] version = "0.3" [dependencies.winapi] version = "0.3.9" features = ["winerror"] [dev-dependencies.http-body-util] version = "0.1.0" [dev-dependencies.hyper] version = "1.1" features = [ "client", "server", "http1", ] [dev-dependencies.thiserror] version = "1" [dev-dependencies.tokio] version = "1.35" features = ["macros"]