kintsugi 0.1.1

Kintsugi — a local-first safety layer for AI coding agents. Installs all binaries: kintsugi, kintsugi-daemon, kintsugi-hook, kintsugi-shim, kintsugi-exec.
# 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"
version = "0.1.1"
authors = ["arrowassassin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kintsugi — a local-first safety layer for AI coding agents. Installs all binaries: kintsugi, kintsugi-daemon, kintsugi-hook, kintsugi-shim, kintsugi-exec."
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"

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[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-daemon]
version = "0.1.0"

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

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

[dependencies.kintsugi-tui]
version = "0.1.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.zeroize]
version = "1.8.2"
features = ["derive"]

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

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

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