[package]
edition = "2021"
rust-version = "1.77"
name = "claude-hooks"
version = "0.1.2"
authors = ["Pablo LION <36828324+PabloLION@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Programmatic management of Claude Code hooks"
readme = "README.md"
keywords = [
"claude",
"hooks",
"settings",
"anthropic",
]
categories = [
"development-tools",
"config",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/PabloLION/agent-console-dashboard"
[lib]
name = "claude_hooks"
path = "src/lib.rs"
[[test]]
name = "atomic_safety"
path = "tests/atomic_safety.rs"
[[test]]
name = "edge_cases"
path = "tests/edge_cases.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[[test]]
name = "performance"
path = "tests/performance.rs"
[dependencies.chrono]
version = "0.4"
[dependencies.dirs]
version = "5"
[dependencies.json_comments]
version = "0.2"
[dependencies.log]
version = "0.4"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "1"
[dev-dependencies.env_logger]
version = "0.11"
[dev-dependencies.regex]
version = "1"
[dev-dependencies.serial_test]
version = "3"
[dev-dependencies.tempfile]
version = "3"