[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]
[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-router = { path = "../../router", version = "^1.8.0" }
async-trait = { version = "~0.1.80" }
log = { version = "~0.4.20" }