open-kioku-patch 2.0.1

Patch planning and review support for Open Kioku.
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.78"
name = "open-kioku-patch"
version = "2.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Patch planning and review support for Open Kioku."
homepage = "https://openkioku.com"
readme = false
keywords = [
    "mcp",
    "code-search",
    "code-intelligence",
    "local-first",
    "ai",
]
categories = ["development-tools"]
license = "Elastic-2.0"
repository = "https://github.com/shivyadavus/open-kioku"

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

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

[dependencies.open-kioku-actions]
version = "2.0.0"

[dependencies.open-kioku-config]
version = "2.0.0"

[dependencies.open-kioku-context]
version = "2.0.0"

[dependencies.open-kioku-core]
version = "2.0.0"

[dependencies.open-kioku-errors]
version = "2.0.0"

[dependencies.open-kioku-impact]
version = "2.0.0"

[dependencies.open-kioku-storage]
version = "2.0.0"

[dependencies.open-kioku-tests]
version = "2.0.0"

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

[dependencies.sha2]
version = "0.10"