[dependencies.anyhow]
default-features = false
version = "1.0.22"
[dependencies.async-trait]
version = "0.1.71"
[dependencies.bitflags]
version = "2.0"
[dependencies.bytes]
version = "1.4"
[dependencies.cap-fs-ext]
version = "3.4.1"
[dependencies.cap-net-ext]
version = "3.4.1"
[dependencies.cap-rand]
features = ["small_rng"]
version = "3.4.1"
[dependencies.cap-std]
version = "3.4.1"
[dependencies.cap-time-ext]
version = "3.4.1"
[dependencies.fs-set-times]
version = "0.20.1"
[dependencies.futures]
default-features = false
version = "0.3.27"
[dependencies.io-lifetimes]
default-features = false
version = "2.0.3"
[dependencies.once_cell]
default-features = false
version = "1.12.0"
[dependencies.system-interface]
features = ["cap_std_impls"]
version = "0.27.1"
[dependencies.thiserror]
version = "1.0.43"
[dependencies.tokio]
features = ["rt", "time", "time", "sync", "io-std", "io-util", "rt", "rt-multi-thread", "net"]
version = "1.30.0"
[dependencies.tracing]
version = "0.1.26"
[dependencies.url]
version = "2.3.1"
[dependencies.wasmtime]
default-features = false
features = ["component-model", "async", "runtime", "std"]
version = "25.0.3"
[dependencies.wiggle]
default-features = false
features = ["wasmtime"]
optional = true
version = "=25.0.3"
[dev-dependencies.tempfile]
version = "3.1.0"
[dev-dependencies.test-log]
default-features = false
features = ["trace"]
version = "0.2"
[dev-dependencies.tokio]
features = ["rt", "time", "time", "sync", "io-std", "io-util", "rt", "rt-multi-thread", "net", "macros", "fs"]
version = "1.30.0"
[dev-dependencies.tracing-subscriber]
default-features = false
features = ["fmt", "env-filter", "ansi", "tracing-log"]
version = "0.3.1"
[dev-dependencies.wasmtime]
default-features = false
features = ["cranelift", "incremental-cache"]
version = "25.0.3"
[features]
default = ["preview1"]
preview1 = ["dep:wiggle"]
[lib]
name = "wasmtime_wasi"
path = "src/lib.rs"
[lints.clippy]
clone_on_copy = "warn"
manual_strip = "warn"
map_clone = "warn"
uninlined_format_args = "warn"
unnecessary_to_owned = "warn"
[lints.clippy.all]
level = "allow"
priority = -1
[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused-lifetimes = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"
[package]
authors = ["The Wasmtime Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["wasm"]
description = "WASI implementation in Rust"
edition = "2021"
include = ["src/**/*", "README.md", "LICENSE", "witx/*", "wit/**/*", "tests/*"]
keywords = ["webassembly", "wasm"]
license = "Apache-2.0 WITH LLVM-exception"
name = "wasmtime-wasi"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasmtime"
rust-version = "1.78.0"
version = "25.0.3"
[target."cfg(unix)".dependencies.rustix]
features = ["event", "fs", "net"]
version = "0.38.31"
[target."cfg(windows)".dependencies.io-extras]
version = "0.18.1"
[target."cfg(windows)".dependencies.rustix]
features = ["event", "net"]
version = "0.38.31"
[target."cfg(windows)".dependencies.windows-sys]
version = "0.52.0"
[[test]]
name = "all"
path = "tests/all/main.rs"
[[test]]
harness = false
name = "process_stdin"
path = "tests/process_stdin.rs"