dracon-sync 0.112.12

Invisible git sync daemon for deterministic AI-assisted development
# 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"
name = "dracon-sync"
version = "0.112.12"
build = false
exclude = [
    ".github/",
    "docs/",
    "*.md",
    "!README.md",
    "Cargo.lock",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Invisible git sync daemon for deterministic AI-assisted development"
homepage = "https://github.com/DraconDev/dracon-utilities"
documentation = "https://docs.rs/dracon-sync"
readme = "README.md"
keywords = [
    "git",
    "sync",
    "daemon",
    "auto-commit",
    "multi-remote",
]
categories = ["command-line-utilities"]
license = "AGPL-3.0-only"
repository = "https://github.com/DraconDev/dracon-utilities"

[features]
default = []

[[bin]]
name = "dracon-sync"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.comfy-table]
version = "7"

[dependencies.dirs]
version = "6.0"

[dependencies.dracon-git]
version = "94.7.0"

[dependencies.futures]
version = "0.3"

[dependencies.notify-rust]
version = "4.17"

[dependencies.parking_lot]
version = "0.12"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "blocking",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "process",
    "time",
    "signal",
    "sync",
]

[dependencies.toml]
version = "0.8"

[dependencies.urlencoding]
version = "2"

[dev-dependencies.proptest]
version = "1"

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