slugomatic 0.2.2

🐌 A simple CLI tool to slugify and unslugify text, perfect for branch names and URLs
[[bin]]
name = "slug"
path = "src/main.rs"

[dependencies.arboard]
version = "3.5.0"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.regex]
version = "1.11"

[package]
authors = ["Yoel Rosenthal <yoel@ByteMagic.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing"]
description = "🐌 A simple CLI tool to slugify and unslugify text, perfect for branch names and URLs"
documentation = "https://docs.rs/slugomatic"
edition = "2021"
homepage = "https://github.com/yoelrosenthal/slugomatic"
keywords = ["slugify", "cli", "text", "branch", "git"]
license = "MIT OR Apache-2.0"
name = "slugomatic"
readme = "README.md"
repository = "https://github.com/yoelrosenthal/slugomatic"
version = "0.2.2"