[package] name = "routerify-unixsocket" version = "3.0.0" authors = ["Mathieu Rene "] edition = "2018" description = "Use hyperlocal with routerify to add local unix socket support" repository = "https://github.com/routerify/routerify-unixsocket" license = "MIT OR Apache-2.0" keywords = ["hyper", "routerify", "hyperlocal", "unix", "http"] categories = ["asynchronous", "web-programming", "web-programming::http-server"] [dependencies] hyper = "0.14.16" hyperlocal = "0.8.0" routerify = "3.0.0" tokio = { version = "1.15.0", features = ["net", "macros"] } tower = { version = "0.4.11", features = ["util"] } [dev-dependencies] futures = "0.3.19"