# 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 = "2021" rust-version = "1.75.0" name = "brush-parser" version = "0.2.10" authors = ["reuben olinsky"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "POSIX/bash shell tokenizer and parsers (used by brush-shell)" readme = "README.md" keywords = [ "cli", "shell", "sh", "bash", "script", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/reubeno/brush" [lib] name = "brush_parser" path = "src/lib.rs" bench = false [[bench]] name = "parser" path = "benches/parser.rs" harness = false [dependencies.arbitrary] version = "1.3.2" features = ["derive"] optional = true [dependencies.cached] version = "0.53.1" [dependencies.indenter] version = "0.3.3" [dependencies.peg] version = "0.8.4" [dependencies.thiserror] version = "1.0.65" [dependencies.tracing] version = "0.1.40" [dependencies.utf8-chars] version = "3.0.5" [dev-dependencies.anyhow] version = "1.0.91" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.pretty_assertions] version = "1.4.1" features = ["unstable"] [features] fuzz-testing = ["dep:arbitrary"] [target."cfg(unix)".dev-dependencies.pprof] version = "0.13.0" features = [ "criterion", "flamegraph", ]