agentsync 1.8.0

Sync AI agent configurations across multiple AI coding assistants using symbolic links
Documentation
[[bin]]
name = "agentsync"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.colored]
version = "3.0"

[dependencies.pathdiff]
version = "0.2"

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

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

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2.5"

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

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

[package]
authors = ["Yuniel Acosta <yunielacosta738@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Sync AI agent configurations across multiple AI coding assistants using symbolic links"
documentation = "https://github.com/dallay/agentsync#readme"
edition = "2024"
exclude = [".github/", ".gitignore", "*.md", "!README.md"]
homepage = "https://github.com/dallay/agentsync"
keywords = ["ai", "agents", "symlink", "configuration", "cli"]
license = "MIT"
name = "agentsync"
readme = "README.md"
repository = "https://github.com/dallay/agentsync"
rust-version = "1.85"
version = "1.8.0"

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

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