pathmaster 0.2.8

pathmaster is a powerful command-line tool written in Rust for managing your system's PATH environment variable.
[[bin]]
name = "pathmaster"
path = "src/main.rs"

[[bin]]
name = "pathmaster-install-man"
path = "src/bin/pathmaster-install-man.rs"

[dependencies.chrono]
version = "0.4"

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

[dependencies.dirs-next]
version = "2.0.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.regex]
version = "1.5.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.shellexpand]
version = "2.1.0"

[dev-dependencies.serial_test]
version = "0.5.0"

[dev-dependencies.tempfile]
version = "3.2.0"

[package]
authors = ["Justin Wayne Liles"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "pathmaster is a powerful command-line tool written in Rust for managing your system's PATH environment variable."
documentation = "https://pathmaster.readthedocs.io/"
edition = "2021"
keywords = ["path", "environment", "configuration", "backup", "restore"]
license = "MIT"
name = "pathmaster"
readme = "README.md"
repository = "https://github.com/jwliles/pathmaster"
version = "0.2.8"