[dependencies.anyhow]
default-features = false
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 = "1.0.0"
[dependencies.http-body]
version = "1.0.0"
[dependencies.http-body-util]
version = "0.1.0"
[dependencies.hyper]
features = ["full"]
version = "1.0.1"
[dependencies.tokio]
features = ["rt", "time", "net", "rt-multi-thread", "time"]
version = "1.30.0"
[dependencies.tracing]
version = "0.1.26"
[dependencies.wasmtime]
default-features = false
features = ["component-model"]
version = "27.0.0"
[dependencies.wasmtime-wasi]
default-features = false
version = "27.0.0"
[dev-dependencies.base64]
version = "0.21.0"
[dev-dependencies.futures]
default-features = false
features = ["alloc"]
version = "0.3.27"
[dev-dependencies.sha2]
version = "0.10.2"
[dev-dependencies.test-log]
default-features = false
features = ["trace"]
version = "0.2"
[dev-dependencies.tokio]
features = ["rt", "time", "macros"]
version = "1.30.0"
[dev-dependencies.tracing-subscriber]
default-features = false
features = ["fmt", "env-filter", "ansi", "tracing-log"]
version = "0.3.1"
[dev-dependencies.wasmtime]
default-features = false
features = ["cranelift"]
version = "27.0.0"
[lib]
name = "wasmtime_wasi_http"
path = "src/lib.rs"
[lints.clippy]
clone_on_copy = "warn"
manual_strip = "warn"
map_clone = "warn"
uninlined_format_args = "warn"
unnecessary_cast = "warn"
unnecessary_fallible_conversions = "warn"
unnecessary_mut_passed = "warn"
unnecessary_to_owned = "warn"
[lints.clippy.all]
level = "allow"
priority = -1
[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused-lifetimes = "warn"
unused-macro-rules = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(pulley_tail_calls)"]
level = "warn"
priority = 0
[package]
authors = ["The Wasmtime Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Experimental HTTP library for WebAssembly in Wasmtime"
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
name = "wasmtime-wasi-http"
readme = false
repository = "https://github.com/bytecodealliance/wasmtime"
rust-version = "1.80.0"
version = "27.0.0"
[target.'cfg(not(any(target_arch = "riscv64", target_arch = "s390x")))'.dependencies.rustls]
version = "0.22.0"
[target.'cfg(not(any(target_arch = "riscv64", target_arch = "s390x")))'.dependencies.tokio-rustls]
version = "0.25.0"
[target.'cfg(not(any(target_arch = "riscv64", target_arch = "s390x")))'.dependencies.webpki-roots]
version = "0.26.0"
[[test]]
name = "all"
path = "tests/all/main.rs"