# 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" rust-version = "1.65" name = "servio-hyper" version = "0.1.0" description = "Hyper support for Servio" keywords = ["servio"] categories = [ "web-programming::http-server", "web-programming::websocket", ] license = "MIT" repository = "https://github.com/GamePad64/servio" [dependencies.bytes] version = "1.2.1" [dependencies.flume] version = "0.10.14" optional = true [dependencies.futures-core] version = "0.3.25" [dependencies.futures-util] version = "0.3.25" [dependencies.http] version = "0.2.8" [dependencies.hyper] version = "1.0.0-rc.1" features = [ "server", "http1", ] [dependencies.servio-http] version = "0.1" [dependencies.servio-service] version = "0.1" [dependencies.tokio] version = "1.21.2" features = ["rt"] optional = true [dependencies.tokio-tungstenite] version = "0.17.2" optional = true [dev-dependencies.hyper] version = "1.0.0-rc.1" features = ["full"] [dev-dependencies.servio-util] version = "0.1" [dev-dependencies.tokio] version = "1.21.2" features = [ "rt", "net", "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3.16" [features] default = [] websocket = [ "dep:flume", "dep:tokio", "dep:tokio-tungstenite", ]