# 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.56.0" name = "conduit-hyper" version = "0.4.2" authors = ["Justin Geibel "] description = "Host a conduit based web application on a hyper server" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jtgeibel/conduit-hyper" [dependencies.bytes] version = "1" [dependencies.conduit] version = "0.10.0" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = [ "server", "http1", "stream", "tcp", ] [dependencies.percent-encoding] version = "2" [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1" features = ["fs"] [dependencies.tokio-stream] version = "0.1" [dependencies.tower-service] version = "0.3" [dependencies.tracing] version = "0.1" [dev-dependencies.conduit-router] version = "0.10.0" [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.hyper] version = "0.14" features = ["client"] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3.16"