# 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.4.0" authors = ["Yoshua Wuyts "] 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" repository = "https://github.com/yoshuawuyts/wstd" resolver = "2" [lib] name = "wstd" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.slab] version = "0.4.9" [dependencies.url] version = "2.5.0" [dependencies.wasi] version = "0.13.1" [dev-dependencies] [features]