ggen-cli-validation 5.1.3

IO validation and security for ggen CLI operations
Documentation
[package]
name = "ggen-cli-validation"
version = "5.1.3"
edition = "2021"
authors = ["Sean Chatman <sean@chatmangpt.com>"]
license = "MIT"
description = "IO validation and security for ggen CLI operations"
repository = "https://github.com/seanchatmangpt/ggen"
homepage = "https://github.com/seanchatmangpt/ggen"
readme = "README.md"
keywords = ["validation", "security", "cli", "io"]
categories = ["development-tools", "command-line-utilities"]

[dependencies]
thiserror.workspace = true
serde.workspace = true
serde_json.workspace = true
regex.workspace = true
anyhow.workspace = true
chrono.workspace = true

# Path validation
pathdiff = "0.2"

[dev-dependencies]
tempfile.workspace = true