[package]
name = "terraphim_hooks"
version = "1.5.0"
edition = "2024"
authors = ["Terraphim AI"]
description = "Unified hooks infrastructure for Terraphim AI - knowledge graph-based text replacement and validation"
documentation = "https://terraphim.ai"
homepage = "https://terraphim.ai"
license = "Apache-2.0"
repository = "https://github.com/terraphim/terraphim-ai"
keywords = ["hooks", "ai", "text-replacement", "knowledge-graph", "validation"]
[dependencies]
terraphim_automata = { path = "../terraphim_automata", version = "1.0.0" }
terraphim_types = { path = "../terraphim_types", version = "1.0.0" }
thiserror = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
dirs = "5.0"
[dev-dependencies]
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
tempfile = "3"