shell-string 0.5.0

Obvious CLI for basic string manipulation
[package]
name = "shell-string"
version = "0.5.0"
description = "Obvious CLI for basic string manipulation"
license = "Unlicense OR MIT"
# homepage = "https://github.com/nilsmartel/string"
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"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
itertools = "0.9.0"          # Extra iterator adaptors, iterator methods, free functions, and macros.
nom = "7.1.3"
clap = { version = "4.6.1", features = ["derive"] }