[package]
edition = "2024"
rust-version = "1.87.0"
name = "yash-syntax"
version = "0.19.0"
authors = ["WATANABE Yuki <magicant@wonderwand.net>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "POSIX-compatible shell script syntax parser"
readme = "README.md"
keywords = [
"posix",
"shell",
]
categories = [
"command-line-utilities",
"parser-implementations",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/magicant/yash-rs"
resolver = "2"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "yash_syntax"
path = "src/lib.rs"
[dependencies.futures-util]
version = "0.3.31"
[dependencies.itertools]
version = "0.14.0"
[dependencies.thiserror]
version = "2.0.4"
[dependencies.yash-env]
version = "0.12.0"
[dev-dependencies.assert_matches]
version = "1.5.0"
[dev-dependencies.futures-executor]
version = "0.3.31"
[lints]