[dependencies.futures-util]
version = "0.3"
[dependencies.hex]
version = "0.4"
[dependencies.hyper]
features = ["server", "client", "http1", "runtime"]
version = "0.14"
[dependencies.pin-project]
version = "1.0"
[dependencies.tokio]
features = ["rt-multi-thread", "net"]
version = "1.0"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "net", "macros", "io-std", "io-util"]
version = "1.0"
[features]
client = []
default = ["client", "server"]
server = []
[package]
authors = ["softprops <d.tangren@gmail.com>"]
description = "Hyper bindings for Unix domain sockets"
edition = "2018"
homepage = "https://github.com/softprops/hyperlocal"
keywords = ["hyper", "unix", "sockets", "http"]
license = "MIT"
name = "hyperlocal"
readme = "README.md"
repository = "https://github.com/softprops/hyperlocal"
version = "0.8.0"