[package]
edition = "2024"
name = "wasi-shell"
version = "1.0.6"
authors = [
"Antigravity <antigravity@google.com>",
"oligami <nziq53@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modular WASI-compatible shell with piping and redirection"
homepage = "https://github.com/oligamiq/sl-rust"
readme = false
license = "MIT"
repository = "https://github.com/oligamiq/sl-rust"
resolver = "2"
[lib]
name = "wasi_shell"
path = "src/lib.rs"
[[bin]]
name = "wasi-shell"
path = "src/main.rs"
[dependencies.colored]
version = "3.0"
[dependencies.shlex]
version = "1.3"
[dependencies.sl-rust]
version = "1.0.4"
[dependencies.wasibox-core]
version = "1.0.4"
default-features = true
[dev-dependencies.tempfile]
version = "3"