[package]
name = "aps"
version = "0.1.2"
edition = "2021"
description = "Manifest-driven CLI for syncing agentic assets"
authors = ["APS Contributors"]
license = "BSD-3-Clause"
repository = "https://github.com/westonplatter/agentic-prompt-sync"
homepage = "https://github.com/westonplatter/agentic-prompt-sync"
keywords = ["cli", "sync", "agents", "cursor", "claude"]
categories = ["command-line-utilities", "development-tools"]
readme = "README.md"
[dependencies]
clap = { version = "4", features = ["derive"] }
dialoguer = "0.11"
console = "0.15"
miette = { version = "7", features = ["fancy"] }
thiserror = "1"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9"
chrono = { version = "0.4", features = ["serde"] }
sha2 = "0.10"
hex = "0.4"
walkdir = "2"
tempfile = "3"
shellexpand = "3"