[package]
name = "shell-string"
version = "0.5.0"
description = "Obvious CLI for basic string manipulation"
license = "Unlicense OR MIT"
repository = "https://github.com/nilsmartel/string"
readme = "README.md"
keywords = ["shell", "cli", "string", "template", "templating"]
categories = [
"command-line-utilities",
"text-editors"
]
authors = ["Nils Martel <nilsmartel@yahoo.de>"]
edition = "2018"
[[bin]]
path = "src/main.rs"
name = "string"
[dependencies]
itertools = "0.9.0"
nom = "7.1.3"
clap = { version = "4.6.1", features = ["derive"] }