[package] name = "wasix_http_client" description = "Wasix bindings library for Webassembly." version = "0.4.0" authors.workspace = true edition.workspace = true homepage.workspace = true license.workspace = true repository.workspace = true rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.66" http = "0.2.8" wai-bindgen-rust = "0.2.2"