# 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 = "httproxide-hyperlocal" version = "0.8.0" 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", "hyper/runtime", ] [[example]] name = "server" required-features = [ "server", "hyper/runtime", ] [[test]] name = "server_client" required-features = [ "client", "server", "hyper/runtime", ] [dependencies.hex] version = "0.4" [dependencies.hyper] version = "0.14" [dependencies.pin-project-lite] version = "0.2" [dependencies.tokio] version = "1.0" features = ["net"] [dev-dependencies.tokio] version = "1.0" features = [ "io-std", "io-util", "macros", "rt-multi-thread", ] [features] client = [ "hyper/client", "hyper/http1", ] default = [] server = [ "hyper/http1", "hyper/server", ]