kintsugi-daemon 0.1.3

Kintsugi resident daemon: local IPC server and the decision loop that classifies proposed commands and records them.
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.96"
name = "kintsugi-daemon"
version = "0.1.3"
authors = ["arrowassassin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kintsugi resident daemon: local IPC server and the decision loop that classifies proposed commands and records them."
homepage = "https://arrowassassin.github.io/kintsugi/"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "safety",
    "security",
    "audit",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/arrowassassin/kintsugi"

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

[[bin]]
name = "kintsugi-daemon"
path = "src/main.rs"

[[test]]
name = "admin_shutdown"
path = "tests/admin_shutdown.rs"

[[test]]
name = "ipc_roundtrip"
path = "tests/ipc_roundtrip.rs"

[[test]]
name = "latency"
path = "tests/latency.rs"

[[test]]
name = "misc"
path = "tests/misc.rs"

[[test]]
name = "phase2_model"
path = "tests/phase2_model.rs"

[[test]]
name = "phase3_undo"
path = "tests/phase3_undo.rs"

[[test]]
name = "phase4_watch"
path = "tests/phase4_watch.rs"

[[test]]
name = "phase5_killswitch"
path = "tests/phase5_killswitch.rs"

[[test]]
name = "phase6_queue"
path = "tests/phase6_queue.rs"

[[test]]
name = "policy"
path = "tests/policy.rs"

[[test]]
name = "queue_ipc"
path = "tests/queue_ipc.rs"

[[test]]
name = "recorder"
path = "tests/recorder.rs"

[[test]]
name = "resolve_memory"
path = "tests/resolve_memory.rs"

[[test]]
name = "socket_perms"
path = "tests/socket_perms.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.directories]
version = "6.0.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.interprocess]
version = "2.4.2"

[dependencies.kintsugi-core]
version = "0.1.0"

[dependencies.kintsugi-model]
version = "0.1.0"

[dependencies.notify]
version = "8.2.0"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.time]
version = "0.3.49"
features = [
    "serde",
    "serde-well-known",
    "formatting",
    "parsing",
    "macros",
]

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

[dev-dependencies.kintsugi-core]
version = "0.1.0"

[dev-dependencies.kintsugi-model]
version = "0.1.0"

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