[dependencies.compiler_builtins]
optional = true
version = "0.1"
[dependencies.core]
optional = true
package = "rustc-std-workspace-core"
version = "1.0"
[dependencies.rustc-std-workspace-alloc]
optional = true
version = "1.0"
[dependencies.wit-bindgen-rt]
features = ["bitflags"]
version = "0.33.0"
[[example]]
crate-type = ["cdylib"]
name = "cli-command"
path = "examples/cli-command.rs"
required-features = ["std"]
[[example]]
crate-type = ["cdylib"]
name = "cli-command-no_std"
path = "examples/cli-command-no_std.rs"
[[example]]
name = "hello-world"
path = "examples/hello-world.rs"
required-features = ["std"]
[[example]]
name = "hello-world-no_std"
path = "examples/hello-world-no_std.rs"
[[example]]
crate-type = ["cdylib"]
name = "http-proxy"
path = "examples/http-proxy.rs"
required-features = ["std"]
[[example]]
crate-type = ["cdylib"]
name = "http-proxy-no_std"
path = "examples/http-proxy-no_std.rs"
[features]
default = ["std"]
rustc-dep-of-std = ["compiler_builtins", "core", "rustc-std-workspace-alloc"]
std = []
[lib]
name = "wasi"
path = "src/lib.rs"
[package]
authors = ["The Cranelift Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std", "wasm"]
description = "WASI API bindings for Rust"
documentation = "https://docs.rs/wasi"
edition = "2021"
keywords = ["webassembly", "wasm"]
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "wasi"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasi-rs"
version = "0.13.3+wasi-0.2.2"