wasi-common 18.0.4

WASI implementation in Rust
Documentation
test = []
[dependencies.anyhow]
version = "1.0.22"

[dependencies.bitflags]
version = "2.0"

[dependencies.cap-fs-ext]
optional = true
version = "2.0.0"

[dependencies.cap-rand]
features = ["small_rng"]
version = "2.0.0"

[dependencies.cap-std]
version = "2.0.0"

[dependencies.cap-time-ext]
optional = true
version = "2.0.0"

[dependencies.fs-set-times]
optional = true
version = "0.20.0"

[dependencies.io-lifetimes]
default-features = false
optional = true
version = "2.0.2"

[dependencies.libc]
optional = true
version = "0.2.60"

[dependencies.log]
default-features = false
version = "0.4.8"

[dependencies.system-interface]
features = ["cap_std_impls", "cap_std_impls"]
optional = true
version = "0.26.0"

[dependencies.thiserror]
version = "1.0.43"

[dependencies.tokio]
features = ["rt", "time", "rt", "fs", "time", "io-util", "net", "io-std", "rt-multi-thread"]
optional = true
version = "1.26.0"

[dependencies.tracing]
version = "0.1.26"

[dependencies.wasmtime]
default-features = false
features = ["runtime"]
optional = true
version = "18.0.4"

[dependencies.wiggle]
default-features = false
version = "=18.0.4"
[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", "macros", "rt-multi-thread"]
version = "1.26.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", "async", "runtime"]
version = "18.0.4"

[features]
default = ["trace_log", "wasmtime", "sync"]
exit = ["wasmtime", "dep:libc"]
sync = ["wasmtime", "dep:cap-fs-ext", "dep:cap-time-ext", "dep:fs-set-times", "dep:system-interface", "dep:io-lifetimes"]
tokio = ["sync", "wasmtime/async", "wiggle/wasmtime_async", "dep:tokio"]
trace_log = ["wiggle/tracing_log", "tracing/log"]
wasmtime = ["dep:wasmtime", "wiggle/wasmtime"]
wiggle_metadata = ["wiggle/wiggle_metadata"]
[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"]
build = "build.rs"
categories = ["wasm"]
description = "WASI implementation in Rust"
edition = "2021"
include = ["src/**/*", "tests/**/*", "WASI/phases/**/*", "README.md", "LICENSE", "build.rs"]
keywords = ["webassembly", "wasm"]
license = "Apache-2.0 WITH LLVM-exception"
links = "wasi-common-19"
name = "wasi-common"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasmtime"
version = "18.0.4"
[target."cfg(unix)".dependencies.rustix]
features = ["fs", "event"]
version = "0.38.21"
[target."cfg(windows)".dependencies.io-extras]
version = "0.18.0"

[target."cfg(windows)".dependencies.once_cell]
version = "1.12.0"

[target."cfg(windows)".dependencies.rustix]
features = ["net"]
version = "0.38.21"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Networking_WinSock"]
version = "0.52.0"