# 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" rust-version = "1.73.0" name = "hyper-unix-socket" version = "0.0.0-development" authors = ["Kristof Mattei"] description = "Default Unix Socket implementation for use with hyper" readme = "README.md" keywords = [ "hyper", "unix", "socket", ] categories = [ "library", "unix", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kristof-mattei/hyper-unix-socket" [dependencies.bytes] version = "1" [dependencies.hyper] version = "1.0.0" features = [] default-features = false [dependencies.hyper-util] version = "0.1.0" features = [ "client-legacy", "tokio", ] default-features = false [dependencies.pin-project-lite] version = "0.2.13" [dependencies.tokio] version = "1" default-features = false [dependencies.tower-service] version = "0.3" [dev-dependencies.http-body-util] version = "0.1.0" [dev-dependencies.hyper-util] version = "0.1.0" features = ["http1"] default-features = false [dev-dependencies.tokio] version = "1.33.0" features = [ "macros", "io-util", ]