[dependencies.anyhow]
version = "1.0.22"
[dependencies.cap-std]
version = "2.0.0"
[dependencies.io-lifetimes]
default-features = false
version = "2.0.2"
[dependencies.tokio]
features = ["rt", "time", "rt", "fs", "time", "io-util", "net", "io-std", "rt-multi-thread"]
version = "1.26.0"
[dependencies.wasi-cap-std-sync]
version = "=17.0.3"
[dependencies.wasi-common]
version = "=17.0.3"
[dependencies.wiggle]
default-features = false
version = "=17.0.3"
[dev-dependencies.cap-tempfile]
version = "2.0.0"
[dev-dependencies.tempfile]
version = "3.1.0"
[dev-dependencies.tokio]
features = ["rt", "time", "macros"]
version = "1.26.0"
[lints.clippy]
all = "allow"
[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"
[package]
authors = ["The Wasmtime Project Developers"]
categories = ["wasm"]
description = "WASI implementation in Rust"
edition = "2021"
include = ["src/**/*", "LICENSE"]
keywords = ["webassembly", "wasm"]
license = "Apache-2.0 WITH LLVM-exception"
name = "wasi-tokio"
repository = "https://github.com/bytecodealliance/wasmtime"
version = "17.0.3"
[target."cfg(unix)".dependencies.rustix]
features = ["fs"]
version = "0.38.21"
[target."cfg(windows)".dependencies.io-extras]
version = "0.18.0"