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