spath-cli 0.1.3

A Windows PATH security scanner and fixer - detects and fixes unquoted paths with spaces
[[bin]]
name = "spath"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.atty]
version = "0.2"

[dependencies.chrono]
version = "0.4"

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

[dependencies.colored]
version = "2.0"

[dependencies.fs2]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[dependencies.windows]
features = ["Win32_System_Environment", "Win32_Foundation", "Win32_Security", "Win32_Security_Authorization", "Win32_System_Threading"]
version = "0.52"

[dependencies.winreg]
version = "0.52"

[dev-dependencies.mockall]
version = "0.13"

[dev-dependencies.proptest]
version = "1.4"

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

[lib]
name = "spath_cli"
path = "src/lib.rs"

[package]
authors = ["vremyavnikuda <hopperplayer0@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A Windows PATH security scanner and fixer - detects and fixes unquoted paths with spaces"
documentation = "https://github.com/vremyavnikuda/spath_cli"
edition = "2021"
exclude = ["target/", ".git/", ".github/", "tests/"]
homepage = "https://github.com/vremyavnikuda/spath_cli"
keywords = ["windows", "path", "security", "cli", "scanner"]
license = "MIT"
name = "spath-cli"
readme = "README.md"
repository = "https://github.com/vremyavnikuda/spath_cli"
version = "0.1.3"