yash-syntax 0.18.0

POSIX-compatible shell script syntax parser
Documentation
[dependencies.futures-util]
version = "0.3.31"

[dependencies.itertools]
version = "0.14.0"

[dependencies.thiserror]
version = "2.0.4"

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

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

[dev-dependencies.futures-executor]
version = "0.3.31"

[lib]
name = "yash_syntax"
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", "parser-implementations"]
description = "POSIX-compatible shell script syntax parser"
edition = "2024"
keywords = ["posix", "shell"]
license = "GPL-3.0-or-later"
name = "yash-syntax"
publish = true
readme = "README.md"
repository = "https://github.com/magicant/yash-rs"
resolver = "2"
rust-version = "1.87.0"
version = "0.18.0"

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