[dependencies.futures-core]
version = "0.3.19"
[dependencies.http]
version = "1.1"
[dependencies.pin-project-lite]
version = "0.2.8"
[dependencies.slab]
version = "0.4.9"
[dependencies.wasi]
version = "0.13.1"
[dependencies.wstd-macro]
version = "=0.5.0-draft1"
[dev-dependencies.anyhow]
version = "1"
[dev-dependencies.futures-lite]
version = "1.12.0"
[dev-dependencies.serde_json]
version = "1"
[[example]]
name = "tcp_echo_server"
path = "examples/tcp_echo_server.rs"
[features]
[lib]
name = "wstd"
path = "src/lib.rs"
[package]
authors = ["Yoshua Wuyts <rust@yosh.is>", "Pat Hickey <pat@moreproductive.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = []
description = "An async standard library for Wasm Components and WASI 0.2"
documentation = "https://docs.rs/wstd"
edition = "2021"
keywords = ["WebAssembly", "async", "stdlib", "Components"]
license = "MIT OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
name = "wstd"
readme = "README.md"
version = "0.5.0-draft1"
[[test]]
name = "http_first_byte_timeout"
path = "tests/http_first_byte_timeout.rs"
[[test]]
name = "http_get"
path = "tests/http_get.rs"
[[test]]
name = "http_post"
path = "tests/http_post.rs"
[[test]]
name = "sleep"
path = "tests/sleep.rs"