rtango 0.4.0

Package manager for AI agent skills, agents, and system instruction files
Documentation
[package]
name = "rtango"
version = "0.4.0"
edition = "2024"
rust-version = "1.85"
description = "Package manager for AI agent skills, agents, and system instruction files"
license = "MIT OR Apache-2.0"
repository = "https://github.com/aenadgrleey/rtango"
homepage = "https://github.com/aenadgrleey/rtango"
documentation = "https://docs.rs/rtango"
readme = "README.md"
keywords = ["ai", "agents", "claude", "copilot", "skills"]
categories = ["command-line-utilities", "development-tools"]
authors = ["aenadgrleey <aenadgrleey@protonmail.com>"]
exclude = [
    ".github/",
    ".rtango/",
    "demo/",
]

[dependencies]
clap = { version = "4", features = ["derive"] }
anyhow = "1"
thiserror = "2"
serde = { version = "1", features = ["derive"] }
serde_yml = "0.0.12"
blake3 = "1"
ureq = { version = "2", features = ["json"] }
flate2 = "1"
tar = "0.4"
dirs = "5"

[dev-dependencies]
tempfile = "3"