drip-cli 0.1.0

Delta Read Interception Proxy — sends only file diffs to your LLM agent
# 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.74"
name = "drip-cli"
version = "0.1.0"
authors = ["Perform Code SAS <contact@performcode.fr>"]
build = false
exclude = [
    "/.github",
    "/scripts",
    "/tests/fixtures",
    "/target",
    "*.db",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Delta Read Interception Proxy — sends only file diffs to your LLM agent"
homepage = "https://github.com/drip-cli/drip"
documentation = "https://github.com/drip-cli/drip#readme"
readme = "README.md"
keywords = [
    "llm",
    "tokens",
    "claude-code",
    "diff",
    "agent",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/drip-cli/drip"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete]
version = "4"

[dependencies.dirs]
version = "5"

[dependencies.flate2]
version = "1"
features = ["rust_backend"]
default-features = false

[dependencies.globset]
version = "0.4"

[dependencies.notify]
version = "6"

[dependencies.regex]
version = "1"
features = [
    "std",
    "perf",
    "unicode-perl",
]
default-features = false

[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]

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

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

[dependencies.sha2]
version = "0.10"

[dependencies.similar]
version = "2"

[dependencies.walkdir]
version = "2"

[dev-dependencies.cargo-husky]
version = "1"
features = ["user-hooks"]
default-features = false

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1
strip = true