kintsugi-model 0.1.3

Kintsugi Tier-2 model wrapper: a warm CPU scorer that fills summary+risk for the ambiguous band. Heuristic by default; real GGUF inference behind the `llama` feature.
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-model"
version = "0.1.3"
authors = ["arrowassassin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kintsugi Tier-2 model wrapper: a warm CPU scorer that fills summary+risk for the ambiguous band. Heuristic by default; real GGUF inference behind the `llama` feature."
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"

[features]
default = []
download = ["dep:reqwest"]
llama = ["dep:llama-cpp-2"]

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.directories]
version = "6.0.0"

[dependencies.hex]
version = "0.4.3"

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

[dependencies.llama-cpp-2]
version = "0.1.146"
optional = true

[dependencies.reqwest]
version = "0.13.4"
features = [
    "blocking",
    "rustls",
]
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sha2]
version = "0.11.0"

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