yash-semantics 0.19.0

Yash shell language semantics
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.96.0"
name = "yash-semantics"
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 = "Yash shell language semantics"
readme = "README.md"
keywords = [
    "posix",
    "shell",
]
categories = ["command-line-utilities"]
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_semantics"
path = "src/lib.rs"

[dependencies.either]
version = "1.9.0"

[dependencies.enumset]
version = "1.1.2"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.itertools]
version = "0.15.0"

[dependencies.thiserror]
version = "2.0.4"

[dependencies.yash-arith]
version = "0.3.0"

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

[dependencies.yash-fnmatch]
version = "1.1.1"

[dependencies.yash-quote]
version = "1.1.1"

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

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

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

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

[lints.clippy]
allow_attributes_without_reason = "warn"
assigning_clones = "warn"
ignore_without_reason = "warn"
unused_trait_names = "warn"