nexus-memory-hooks 1.2.0

Agent hooks system for Nexus Memory System - automated memory extraction
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 = "2021"
rust-version = "1.75"
name = "nexus-memory-hooks"
version = "1.2.0"
authors = ["Nexus Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent hooks system for Nexus Memory System - automated memory extraction"
homepage = "https://github.com/scooter-lacroix/Nexus-Memory-System"
readme = false
license = "MIT"
repository = "https://github.com/scooter-lacroix/Nexus-Memory-System"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dirs]
version = "6.0"

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.nexus-core]
version = "1.2.0"
package = "nexus-memory-core"

[dependencies.nexus-llm]
version = "1.2.0"
package = "nexus-memory-llm"

[dependencies.nexus-storage]
version = "1.2.0"
package = "nexus-memory-storage"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.sysinfo]
version = "0.33"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.40"
features = [
    "full",
    "full",
    "signal",
]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.10"
features = [
    "v4",
    "serde",
]

[dev-dependencies.sqlx]
version = "0.8"
features = [
    "sqlite",
    "runtime-tokio",
]

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

[dev-dependencies.tokio]
version = "1.40"
features = [
    "full",
    "test-util",
]

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dependencies.signal-hook]
version = "0.3"

[target."cfg(unix)".dependencies.signal-hook-tokio]
version = "0.3"
features = ["futures-v0_3"]

[target."cfg(windows)".dependencies.windows]
version = "0.58"
features = [
    "Win32_Foundation",
    "Win32_System_Threading",
    "Win32_System_Console",
]