[package]
edition = "2021"
name = "vibeio-hyper"
version = "0.2.6"
authors = ["Dorian Niemiec <dorian@ferron.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A compatibility layer for using `hyper` with the `vibeio` async runtime"
documentation = "https://docs.rs/vibeio-hyper"
readme = "README.md"
keywords = [
"async",
"http",
"hyper",
]
categories = [
"network-programming",
"web-programming",
]
license = "MIT"
repository = "https://github.com/ferronweb/vibeio"
[lib]
name = "vibeio_hyper"
path = "src/lib.rs"
[dependencies.hyper]
version = "1.8.1"
[dependencies.tokio]
version = "1.50.0"
[dependencies.vibeio]
version = "=0.2.6"