# 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" name = "bexpand" version = "1.2.0" authors = ["Taylor C. Richberger "] description = "Bash-style brace expansion" readme = "README.md" keywords = [ "parser", "shell", "template", "string", ] categories = [ "command-line-interface", "parser-implementations", ] license = "MPL-2.0" repository = "https://github.com/Taywee/bexpand" [dependencies.itertools] version = "0.11.0" [dependencies.nom] version = "7.1.3"