capsync 2.0.1

A simple tool to sync your AI coding skills across different tools.
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "capsync"
version = "2.0.1"
authors = ["pa1nark"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple tool to sync your AI coding skills across different tools."
homepage = "https://github.com/pixincreate/CapSync"
readme = "README.md"
keywords = [
    "ai",
    "skills",
    "sync",
    "capabilities",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "CC0-1.0"
repository = "https://github.com/pixincreate/CapSync"

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.dirs]
version = "6.0"

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

[dependencies.shellexpand]
version = "3.0"

[dependencies.tempfile]
version = "3.25"

[dependencies.toml]
version = "1.0"

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