# 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 = "hyperlocal" version = "0.9.1" authors = ["softprops "] description = "Hyper bindings for Unix domain sockets" homepage = "https://github.com/softprops/hyperlocal" readme = "README.md" keywords = [ "hyper", "unix", "sockets", "http", ] license = "MIT" repository = "https://github.com/softprops/hyperlocal" [[example]] name = "client" required-features = ["client"] [[example]] name = "server" required-features = ["server"] [[test]] name = "server_client" required-features = [ "client", "server", ] [dependencies.hex] version = "0.4" [dependencies.http-body-util] version = "0.1" optional = true [dependencies.hyper] version = "1.3" [dependencies.hyper-util] version = "0.1.2" optional = true [dependencies.pin-project-lite] version = "0.2" [dependencies.tokio] version = "1.35" features = ["net"] default-features = false [dependencies.tower-service] version = "0.3" optional = true [dev-dependencies.thiserror] version = "1.0" [dev-dependencies.tokio] version = "1.35" features = [ "io-std", "io-util", "macros", "rt-multi-thread", ] [features] client = [ "http-body-util", "hyper/client", "hyper/http1", "hyper-util/client-legacy", "hyper-util/http1", "hyper-util/tokio", "tower-service", ] default = [ "client", "server", ] server = [ "hyper/http1", "hyper/server", "hyper-util/tokio", ]