dce-hyper 1.8.0

A http routable protocol implementation for dce-router
Documentation
[package]
name = "dce-hyper"
description = "A http routable protocol implementation for dce-router"
version = "1.8.0"
authors = ["Drunk Tan <hi@idrunk.net>"]
homepage = "https://drunkce.com"
documentation = "https://docs.rs/dce-hyper"
repository = "https://github.com/idrunk/dce-rust"
keywords = ["http", "router"]
categories = ["web-programming::http-server"]
license = "MIT"
edition = "2021"

[lib]
crate-type = ["lib"]

[features]
# session = ["dce-session", "dce-router/session"]

[dependencies]
tokio = {features = ["sync"], version = "~1.49.0"}
hyper = { version = "~1.8.1", features = ["http1", "http2", "server"] }
http-body-util = { version = "~0.1" }
dce-util = { path = "../../util", version = "^1.8.0" }
# dce-macro = { path = "../../macro", version = "^1.8.0" }
dce-router = { path = "../../router", version = "^1.8.0" }
# dce-session = { path = "../../session", version = "^1.8.0", optional = true }
async-trait = { version = "~0.1.80" }
log = { version = "~0.4.20" }
# sailfish = { version = "0.8.3", optional = true }