wasibox 1.0.13

BusyBox-like umbrella crate for WASI utilities and SL animation
# 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 = "wasibox"
version = "1.0.13"
authors = [
    "Antigravity <antigravity@google.com>",
    "oligami <nziq53@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BusyBox-like umbrella crate for WASI utilities and SL animation"
homepage = "https://github.com/oligamiq/sl-rust"
readme = false
license = "MIT"
repository = "https://github.com/oligamiq/sl-rust"
resolver = "2"

[features]
arch = ["wasibox-core/arch"]
basename = ["wasibox-core/basename"]
cat = ["wasibox-core/cat"]
cp = ["wasibox-core/cp"]
default = [
    "sl",
    "arch",
    "cat",
    "cp",
    "dir",
    "echo",
    "link",
    "ln",
    "ls",
    "mkdir",
    "mv",
    "pwd",
    "rm",
    "rmdir",
    "sleep",
    "tail",
    "tee",
    "touch",
    "tree",
    "uname",
    "unlink",
    "head",
    "wc",
    "grep",
    "whoami",
    "basename",
    "dirname",
    "true",
    "false",
    "yes",
    "env",
]
dir = ["wasibox-core/dir"]
dirname = ["wasibox-core/dirname"]
echo = ["wasibox-core/echo"]
env = ["wasibox-core/env"]
false = ["wasibox-core/false"]
grep = ["wasibox-core/grep"]
head = ["wasibox-core/head"]
link = ["wasibox-core/link"]
ln = ["wasibox-core/ln"]
ls = ["wasibox-core/ls"]
mkdir = ["wasibox-core/mkdir"]
mv = ["wasibox-core/mv"]
pwd = ["wasibox-core/pwd"]
rm = ["wasibox-core/rm"]
rmdir = ["wasibox-core/rmdir"]
sl = ["sl-rust"]
sleep = ["wasibox-core/sleep"]
tail = ["wasibox-core/tail"]
tee = ["wasibox-core/tee"]
touch = ["wasibox-core/touch"]
tree = ["wasibox-core/tree"]
true = ["wasibox-core/true"]
uname = ["wasibox-core/uname"]
unlink = ["wasibox-core/unlink"]
wc = ["wasibox-core/wc"]
whoami = ["wasibox-core/whoami"]
yes = ["wasibox-core/yes"]

[[bin]]
name = "wasibox"
path = "src/main.rs"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.sl-rust]
version = "1.0.11"
optional = true

[dependencies.wasibox-core]
version = "1.0.11"
optional = true
default-features = false