dce-hyper 1.8.0

A http routable protocol implementation for dce-router
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 = "dce-hyper"
version = "1.8.0"
authors = ["Drunk Tan <hi@idrunk.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A http routable protocol implementation for dce-router"
homepage = "https://drunkce.com"
documentation = "https://docs.rs/dce-hyper"
readme = false
keywords = [
    "http",
    "router",
]
categories = ["web-programming::http-server"]
license = "MIT"
repository = "https://github.com/idrunk/dce-rust"

[features]

[lib]
name = "dce_hyper"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.async-trait]
version = "~0.1.80"

[dependencies.dce-router]
version = "^1.8.0"

[dependencies.dce-util]
version = "^1.8.0"

[dependencies.http-body-util]
version = "~0.1"

[dependencies.hyper]
version = "~1.8.1"
features = [
    "http1",
    "http2",
    "server",
]

[dependencies.log]
version = "~0.4.20"

[dependencies.tokio]
version = "~1.49.0"
features = ["sync"]