wasmtime-wasi-http-plus 0.0.2

An enhanced implementation of wasmtime-wasi-http
Documentation
# 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 = "2024"
rust-version = "1.94"
name = "wasmtime-wasi-http-plus"
version = "0.0.2"
authors = ["Tal Liron"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An enhanced implementation of wasmtime-wasi-http"
documentation = "https://docs.rs/wasmtime-wasi-http-plus"
readme = "README.md"
keywords = [
    "wasm",
    "wasi",
    "http",
    "wasmtime",
]
categories = ["wasm"]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/tliron/wasmtime-wasi-http-plus"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
_blanket = []
default = ["tls-platform"]
tls-platform = ["kutil/tls-platform"]
tls-self-contained = ["kutil/tls-self-contained"]

[lib]
name = "wasmtime_wasi_http_plus"
path = "src/lib.rs"

[dependencies.http]
version = "1.4.0"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.hyper]
version = "1.8.1"

[dependencies.kutil]
version = "=0.0.6"
features = [
    "std",
    "immutable",
    "fast-collections",
    "tls",
]

[dependencies.read-url]
version = "=0.0.10"
features = ["blocking"]

[dependencies.rustls]
version = "0.23.37"

[dependencies.tokio]
version = "1.50.0"

[dependencies.tokio-rustls]
version = "0.26.4"

[dependencies.tracing]
version = "0.1.44"

[dependencies.wasmtime-wasi]
version = "43.0.0"
features = ["p2"]
default-features = false

[dependencies.wasmtime-wasi-http]
version = "43.0.0"
features = ["p2"]
default-features = false