# 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.70.0" name = "yash-syntax" version = "0.9.0" authors = ["WATANABE Yuki "] 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" [dependencies.annotate-snippets] version = "0.10.0" optional = true [dependencies.async-trait] version = "0.1.73" [dependencies.futures-util] version = "0.3.28" [dependencies.itertools] version = "0.11.0" [dependencies.thiserror] version = "1.0.47" [dev-dependencies.annotate-snippets] version = "0.10.0" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.futures-executor] version = "0.3.28"