[[bin]]
name = "pathcify"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.deunicode]
version = "1.3"
[dependencies.regex]
version = "1.10"
[dependencies.walkdir]
version = "2.5"
[dev-dependencies.tempfile]
version = "3.10"
[lib]
name = "pathcify"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "CLI tool to recursively slugify file and directory names using dots, removing special characters and normalizing names."
edition = "2021"
homepage = "https://github.com/ewilan-riviere/pathcify"
keywords = ["filesystem"]
license = "MIT"
name = "pathcify"
readme = "README.md"
repository = "https://github.com/ewilan-riviere/pathcify"
version = "0.0.1"
[[test]]
name = "dotify"
path = "tests/dotify.rs"
[[test]]
name = "full_run"
path = "tests/full_run.rs"