# 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 = "async-wasi" version = "0.2.1" description = "Async WASI for WasmEdge" documentation = "https://docs.rs/async-wasi/" readme = "README.md" categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/WasmEdge/wasmedge-rust-sdk" [dependencies.bitflags] version = "2.0.2" [dependencies.cfg-if] version = "1.0.0" [dependencies.futures] version = "0.3" [dependencies.getrandom] version = "0.2" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.12.1" [dependencies.path-absolutize] version = "3.0.13" [dependencies.serde] version = "1" features = ["derive"] [dependencies.slab] version = "0.4.9" [dependencies.socket2] version = "^0.4.9" features = ["all"] [dependencies.tokio] version = "1" features = ["full"] optional = true [dev-dependencies.serde_json] version = "1" [features] async_tokio = ["tokio"] default = ["async_tokio"]