sidekick 0.3.0

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

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

[[bin]]
name = "sidekick"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.blake3]
version = "1.5"

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

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

[dependencies.dirs]
version = "5.0"

[dependencies.glob]
version = "0.3"

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

[dependencies.rmp]
version = "=0.8.14"

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

[dependencies.serde_json]
version = "1.0"