klasp-core 0.4.0

Public traits, types, and protocol for klasp — block AI coding agents on the same quality gates humans hit at git commit.
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 = "klasp-core"
version = "0.4.0"
authors = ["klasp authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Public traits, types, and protocol for klasp — block AI coding agents on the same quality gates humans hit at git commit."
homepage = "https://klasp.dev"
documentation = "https://docs.rs/klasp-core"
readme = "README.md"
keywords = [
    "ai",
    "agents",
    "git-hooks",
    "klasp",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/klasp-dev/klasp"

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

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

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.thiserror]
version = "1"

[dependencies.toml]
version = "0.8"

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