wasmtime-wasi-http 14.0.3

Experimental HTTP library for WebAssembly in Wasmtime
Documentation
[dependencies.anyhow]
version = "1.0.22"

[dependencies.async-trait]
version = "0.1.71"

[dependencies.bytes]
version = "1.4"

[dependencies.futures]
default-features = false
version = "0.3.27"

[dependencies.http]
version = "0.2.9"

[dependencies.http-body]
version = "=1.0.0-rc.2"

[dependencies.http-body-util]
version = "=0.1.0-rc.2"

[dependencies.hyper]
features = ["full"]
version = "=1.0.0-rc.3"

[dependencies.tokio]
features = ["rt", "time", "net", "rt-multi-thread", "time"]
version = "1.26.0"

[dependencies.tracing]
version = "0.1.26"

[dependencies.wasmtime]
default-features = false
features = ["component-model"]
version = "14.0.3"

[dependencies.wasmtime-wasi]
default-features = false
features = ["preview2"]
version = "14.0.3"

[features]
default = ["sync"]
sync = ["wasmtime-wasi/sync"]

[package]
authors = ["The Wasmtime Project Developers"]
description = "Experimental HTTP library for WebAssembly in Wasmtime"
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
name = "wasmtime-wasi-http"
repository = "https://github.com/bytecodealliance/wasmtime"
version = "14.0.3"
[target."cfg(not(any(target_arch = \"riscv64\", target_arch = \"s390x\")))".dependencies.rustls]
version = "0.21.6"

[target."cfg(not(any(target_arch = \"riscv64\", target_arch = \"s390x\")))".dependencies.tokio-rustls]
version = "0.24.0"

[target."cfg(not(any(target_arch = \"riscv64\", target_arch = \"s390x\")))".dependencies.webpki-roots]
version = "0.25.2"