shell-string 0.1.2

Obvious CLI for basic string manipulation
[package]
name = "shell-string"
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"
version = "0.1.2"
keywords = ["shell", "cli", "string"]
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]
structopt = "0.3.14"               # Parse command line argument by defining a struct.
itertools = "0.9.0"          # Extra iterator adaptors, iterator methods, free functions, and macros.