clash-brush-parser 0.5.3

POSIX/bash shell tokenizer and parsers (used by brush-shell)
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.94"
name = "clash-brush-parser"
version = "0.5.3"
authors = ["reuben olinsky"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "POSIX/bash shell tokenizer and parsers (used by brush-shell)"
readme = false
keywords = [
    "cli",
    "shell",
    "sh",
    "bash",
    "script",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/reubeno/brush"

[features]
arbitrary = ["dep:arbitrary"]
debug-tracing = ["peg/trace"]
diagnostics = ["dep:miette"]
serde = ["dep:serde"]
winnow-parser = ["dep:winnow"]

[lib]
name = "clash_brush_parser"
path = "src/lib.rs"
bench = false

[dependencies.arbitrary]
version = "1.4.2"
features = ["derive"]
optional = true

[dependencies.bon]
version = "3.9.0"

[dependencies.cached]
version = "0.56.0"

[dependencies.indenter]
version = "0.3.4"

[dependencies.insta]
version = "1"
features = ["redactions"]

[dependencies.miette]
version = "7.6.0"
features = ["derive"]
optional = true
default-features = false

[dependencies.peg]
version = "0.8.5"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1.44"

[dependencies.utf8-chars]
version = "3.0.6"

[dependencies.winnow]
version = "0.7.14"
optional = true

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]

[dev-dependencies.insta]
version = "1"
features = [
    "glob",
    "ron",
    "yaml",
    "redactions",
]

[dev-dependencies.miette]
version = "7.6.0"
features = [
    "derive",
    "fancy",
]
default-features = false

[dev-dependencies.pretty_assertions]
version = "1.4.1"
features = ["unstable"]

[dev-dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.serde_yaml]
version = "0.9"

[target.wasm32-unknown-unknown.dependencies.getrandom]
version = "0.4.1"
features = ["wasm_js"]

[target.wasm32-unknown-unknown.dependencies.uuid]
version = "1"
features = [
    "v4",
    "js",
]