[package]
name = "dracon-sync"
version = "0.112.13"
edition = "2021"
license = "AGPL-3.0-only"
description = "Invisible git sync daemon for deterministic AI-assisted development"
readme = "README.md"
repository = "https://github.com/DraconDev/dracon-sync-background-auto-commit-multi-remote"
homepage = "https://github.com/DraconDev/dracon-sync-background-auto-commit-multi-remote"
documentation = "https://docs.rs/dracon-sync"
keywords = ["git", "sync", "daemon", "auto-commit", "multi-remote"]
categories = ["command-line-utilities"]
exclude = [".github/", "docs/", "*.md", "!README.md", "Cargo.lock", "target/"]
[dependencies]
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
comfy-table = "7"
dirs = "6.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "process", "time", "signal", "sync"] }
reqwest = { version = "0.12", features = ["json", "blocking"] }
futures = "0.3"
toml = "0.8"
dracon-git = "94.7.0"
notify-rust = "4.17"
parking_lot = "0.12"
urlencoding = "2"
[dev-dependencies]
tempfile = "3"
proptest = "1"
[features]
default = []