yash-cli 3.0.3

Extended POSIX shell
Documentation
[[bin]]
name = "yash3"
path = "src/main.rs"

[dependencies.thiserror]
version = "2.0.4"

[dependencies.yash-builtin]
version = "0.11.0"

[dependencies.yash-env]
version = "0.9.1"

[dependencies.yash-executor]
version = "1.0.0"

[dependencies.yash-prompt]
version = "0.7.0"

[dependencies.yash-semantics]
version = "0.10.1"

[dependencies.yash-syntax]
version = "0.16.0"

[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.futures-util]
features = ["channel"]
version = "0.3.31"

[dev-dependencies.fuzed-iterator]
version = "1.0.0"

[dev-dependencies.nix]
features = ["fs", "process", "term"]
version = "0.30.1"

[dev-dependencies.tempfile]
version = "3.8.0"

[lib]
name = "yash_cli"
path = "src/lib.rs"

[lints]

[package]
authors = ["WATANABE Yuki <magicant@wonderwand.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Extended POSIX shell"
edition = "2024"
keywords = ["posix", "shell"]
license = "GPL-3.0-or-later"
name = "yash-cli"
publish = true
readme = "README.md"
repository = "https://github.com/magicant/yash-rs"
resolver = "2"
rust-version = "1.86.0"
version = "3.0.3"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/yash-cli-{ version }/{ name }-{ target }{ archive-suffix }"

[package.metadata.docs.rs]
all-features = true

[[test]]
name = "scripted_test"
path = "tests/scripted_test.rs"