drift-ai 0.4.2

Drift AI — local-first CLI: capture, compact, and bind AI coding sessions to your git history. Day-one Claude Code + Codex + MCP.
# 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 = "drift-ai"
version = "0.4.2"
authors = ["drift_ai contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Drift AI — local-first CLI: capture, compact, and bind AI coding sessions to your git history. Day-one Claude Code + Codex + MCP."
homepage = "https://github.com/ShellFans-Kirin/drift_ai"
readme = "README.md"
keywords = [
    "ai",
    "git",
    "blame",
    "claude",
    "codex",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/ShellFans-Kirin/drift_ai"

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

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.ctrlc]
version = "3"
features = ["termination"]

[dependencies.dirs]
version = "5"

[dependencies.drift-connectors]
version = "0.4.2"

[dependencies.drift-core]
version = "0.4.2"

[dependencies.drift-mcp]
version = "0.4.2"

[dependencies.notify]
version = "6"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

[lints.clippy]
collapsible_if = "allow"
derivable_impls = "allow"
module_inception = "allow"
needless_range_loop = "allow"
new_without_default = "allow"
redundant_closure = "allow"
single_match = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
uninlined_format_args = "allow"
useless_format = "allow"
vec_init_then_push = "allow"