# 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.0.0" authors = ["Drunk Tan "] description = "A http routable protocol implementation for dce-router" homepage = "https://drunkce.com" documentation = "https://docs.rs/dce-hyper" keywords = [ "http", "router", ] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/idrunk/dce-rust" [lib] crate-type = ["lib"] [dependencies.async-trait] version = "0.1.73" [dependencies.dce-macro] version = "1.*" [dependencies.dce-router] version = "1.*" [dependencies.dce-session] version = "1.*" optional = true [dependencies.dce-util] version = "1.*" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1.2.0" features = [ "http1", "http2", "server", ] [dependencies.log] version = "0.4.20" [dependencies.sailfish] version = "0.8.3" optional = true [features] session = [ "dce-session", "dce-router/session", ]