kintsugi-core 0.1.3

Kintsugi core: shared types, deterministic rule engine, policy, decision memory, and the append-only hash-chained event log.
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-core"
version = "0.1.3"
authors = ["arrowassassin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kintsugi core: shared types, deterministic rule engine, policy, decision memory, and the append-only hash-chained event log."
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_core"
path = "src/lib.rs"

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.argon2]
version = "0.5.3"

[dependencies.brush-parser]
version = "0.4"

[dependencies.chacha20poly1305]
version = "0.10.1"

[dependencies.directories]
version = "6.0.0"

[dependencies.getrandom]
version = "0.2.16"

[dependencies.hex]
version = "0.4.3"

[dependencies.reflink-copy]
version = "0.1.29"

[dependencies.rusqlite]
version = "0.40.1"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sha2]
version = "0.11.0"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.toml]
version = "1.1.2"

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

[dependencies.zeroize]
version = "1.8.2"
features = ["derive"]

[dev-dependencies.proptest]
version = "1.11.0"

[dev-dependencies.rusqlite]
version = "0.40.1"
features = ["bundled"]

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