vibeio-hyper 0.2.6

A compatibility layer for using `hyper` with the `vibeio` async runtime
Documentation
# 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 = "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"