# 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.80.0" name = "rama-http-backend" version = "0.2.0-alpha.3" authors = ["Glen De Cauwsemaecker "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "error types and utilities for rama" readme = "README.md" keywords = [ "io", "async", "non-blocking", "http", "rama", ] categories = [ "asynchronous", "network-programming", "web-programming::http-client", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/plabayo/rama" [package.metadata.cargo-public-api-crates] allowed = [] [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "rama_http_backend" path = "src/lib.rs" [dependencies.h2] version = "0.4" [dependencies.hyper] version = "1.4" features = [ "http1", "http2", "server", "client", ] [dependencies.hyper-util] version = "0.1.6" features = [ "tokio", "server-auto", ] [dependencies.pin-project-lite] version = "0.2.13" [dependencies.rama-core] version = "0.2.0-alpha.3" [dependencies.rama-http-types] version = "0.2.0-alpha.3" [dependencies.rama-net] version = "0.2.0-alpha.3" features = ["http"] [dependencies.rama-tcp] version = "0.2.0-alpha.3" features = ["http"] [dependencies.rama-tls] version = "0.2.0-alpha.3" optional = true [dependencies.rama-utils] version = "0.2.0-alpha.3" [dependencies.tokio] version = "1.39" features = ["macros"] [dependencies.tracing] version = "0.1" [dev-dependencies] [features] boring = [ "tls", "rama-net/boring", "rama-tls/boring", ] default = [] rustls = [ "tls", "rama-net/rustls", "rama-tls/rustls", ] rustls-ring = [ "rustls", "rama-tls/rustls-ring", ] tls = [ "dep:rama-tls", "rama-net/tls", ]