claude_exec 0.1.0

Command execution utilities with Claude AI assistance, validation, and intelligent error handling
Documentation
[package]
name = "claude_exec"
version = "0.1.0"
edition = "2021"
authors = [
  "wandalen <wandalen.me@gmail.com>"
]
license = "MIT"
readme = "readme.md"
documentation = "https://docs.rs/claude_exec"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/claude_exec"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/claude_exec"
description = """
Command execution utilities with Claude AI assistance, validation, and intelligent error handling
"""
categories = [ "development-tools", "command-line-utilities" ]
keywords = [ "claude", "exec", "command", "execution", "automation" ]

[package.metadata.docs.rs]
features = [ "full" ]
all-features = false

[features]
default = [ "enabled" ]
full = [ "enabled" ]
enabled = []

[dependencies]

[dev-dependencies]