yash-syntax 0.19.0

POSIX-compatible shell script syntax parser
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"
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]