cc-toolgate 0.6.1

PreToolUse hook for Claude Code that gates Bash commands with compound-command-aware validation
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.88"
name = "cc-toolgate"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PreToolUse hook for Claude Code that gates Bash commands with compound-command-aware validation"
readme = "README.md"
keywords = [
    "claude-code",
    "hooks",
    "security",
    "shell",
    "toolgate",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/butterflyskies/cc-toolgate"

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

[[bin]]
name = "cc-toolgate"
path = "src/main.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.shellexpand]
version = "3.1.2"

[dependencies.shlex]
version = "1"

[dependencies.simplelog]
version = "0.12"

[dependencies.toml]
version = "0.8"

[dependencies.tree-sitter]
version = "0.26"

[dependencies.tree-sitter-bash]
version = "0.25"

[profile.release]
lto = true
strip = true