[dependencies.anyhow]
optional = true
version = "1.0"
[dependencies.bytes]
optional = true
version = "1.4"
[dependencies.http]
optional = true
version = "0.2"
[dependencies.wit-bindgen]
default-features = false
features = ["macros"]
version = "0.9.0"
[features]
default = []
http-client = ["dep:anyhow", "dep:bytes", "dep:http"]
[lib]
crate-type = ["lib"]
[package]
description = "Experimental WASI Preview2 API bindings for Rust"
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
name = "wasi-preview2-prototype"
resolver = "1"
version = "0.0.3"