terraphim_hooks 1.20.2

Unified hooks infrastructure for Terraphim AI - knowledge graph-based text replacement and validation
Documentation
[package]
name = "terraphim_hooks"
version = "1.20.2"
edition.workspace = true
authors = ["Terraphim AI <team@terraphim.ai>"]
description = "Unified hooks infrastructure for Terraphim AI - knowledge graph-based text replacement and validation"
documentation = "https://terraphim.ai"
homepage = "https://terraphim.ai"
repository = "https://github.com/terraphim/terraphim-ai"
keywords = ["hooks", "ai", "text-replacement", "knowledge-graph", "validation"]
license = "Apache-2.0"
readme = "../../README.md"

[dependencies]
terraphim_automata = { path = "../terraphim_automata", version = "1.19.2" }
terraphim_types = { path = "../terraphim_types", version = "1.0.0" }
thiserror = { workspace = true }

serde = { workspace = true, features = ["derive"] }

serde_json = { workspace = true }

dirs = "5.0"

[dev-dependencies]
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }

tempfile = { workspace = true }