gatekpr-opencode 0.2.3

OpenCode CLI integration for RAG-powered validation enrichment
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.85"
name = "gatekpr-opencode"
version = "0.2.3"
authors = ["Gatekpr Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenCode CLI integration for RAG-powered validation enrichment"
homepage = "https://github.com/umerkhan95/gatekpr"
readme = "README.md"
keywords = [
    "shopify",
    "opencode",
    "validation",
    "rag",
    "cli",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/umerkhan95/gatekpr"

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dirs]
version = "5.0"

[dependencies.futures]
version = "0.3"

[dependencies.gatekpr-core]
version = "0.2.3"

[dependencies.ignore]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.40"
features = [
    "full",
    "process",
    "fs",
]

[dependencies.tracing]
version = "0.1"

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

[dependencies.walkdir]
version = "2"

[dependencies.which]
version = "7.0"

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

[dev-dependencies.tokio]
version = "1.40"
features = [
    "full",
    "test-util",
    "macros",
]