[dependencies.wasip2]
default-features = false
version = "1.0.1"
[[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]
bitflags = ["wasip2/bitflags"]
default = ["wasip2/default"]
std = ["wasip2/std"]
[lib]
name = "wasi"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = 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"
rust-version = "1.82.0"
version = "0.14.7+wasi-0.2.4"