[package]
edition = "2021"
name = "bexpand"
version = "1.3.0"
authors = ["Taylor C. Richberger <taylor@axfive.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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://forge.axfive.net/Taylor/bexpand"
[lib]
name = "bexpand"
path = "src/lib.rs"
[dependencies.itertools]
version = "0.14.0"
[dependencies.nom]
version = "8.0.0"
[dependencies.nom-language]
version = "0.1.0"