# 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 = "2021" name = "wstd" version = "0.5.0-draft1" authors = [ "Yoshua Wuyts ", "Pat Hickey ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An async standard library for Wasm Components and WASI 0.2" documentation = "https://docs.rs/wstd" readme = "README.md" keywords = [ "WebAssembly", "async", "stdlib", "Components", ] categories = [] license = "MIT OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception" [lib] name = "wstd" path = "src/lib.rs" [[example]] name = "tcp_echo_server" path = "examples/tcp_echo_server.rs" [[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" [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" [features]