sidekick 0.2.0

Seamless integration between Claude Code and Neovim. Protects your workflow by safely coordinating AI edits with your unsaved work.
Documentation
[[bin]]
name = "sidekick"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.blake3]
version = "1.5"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.glob]
version = "0.3"

[dependencies.neovim-lib]
version = "0.6"

[dependencies.rmp]
version = "=0.8.14"

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

[dependencies.serde_json]
version = "1.0"

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

[package]
authors = ["Nishant Joshi"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Seamless integration between Claude Code and Neovim. Protects your workflow by safely coordinating AI edits with your unsaved work."
edition = "2024"
homepage = "https://github.com/NishantJoshi00/sidekick"
keywords = ["neovim", "claude", "ai", "editor", "hook"]
license = "MIT"
name = "sidekick"
readme = "README.md"
repository = "https://github.com/NishantJoshi00/sidekick"
version = "0.2.0"

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

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