terraphim_hooks 1.10.0

Unified hooks infrastructure for Terraphim AI - knowledge graph-based text replacement and 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"
name = "terraphim_hooks"
version = "1.10.0"
authors = ["Terraphim AI"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified hooks infrastructure for Terraphim AI - knowledge graph-based text replacement and validation"
homepage = "https://terraphim.ai"
documentation = "https://terraphim.ai"
readme = false
keywords = [
    "hooks",
    "ai",
    "text-replacement",
    "knowledge-graph",
    "validation",
]
license = "Apache-2.0"
repository = "https://github.com/terraphim/terraphim-ai"
resolver = "2"

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

[dependencies.dirs]
version = "5.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.terraphim_automata]
version = "1.0.0"

[dependencies.terraphim_types]
version = "1.0.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]