[package]
name = "pathmut"
version = "0.8.0"
authors = ["rutrum <dave@rutrum.net>"]
edition = "2021"
license = "GPL-3.0"
description = "Command line utility for manipulating path strings"
repository = "https://github.com/rutrum/pathmut"
keywords = [ "path", "extension", "file" ]
categories = [ "text-processing", "command-line-utilities" ]
readme = "README.md"
[dependencies]
clap = { version = "^4.0", features = ["cargo", "color", "wrap_help"] }
typed-path = "0.10.0"
url = "2.5.8"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9"
[dev-dependencies]
predicates = "2.1.1"
assert_cmd = "2.0.4"
rstest = "0.26.1"
rstest_reuse = "0.7"