wasi-shell 1.0.6

A modular WASI-compatible shell with piping and redirection
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"