agentfiles 0.0.2

Unified agent file installer for Claude Code, OpenCode, Codex, and Cursor
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"
name = "agentfiles"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified agent file installer for Claude Code, OpenCode, Codex, and Cursor"
homepage = "https://github.com/leodiegues/agentfiles"
readme = "README.md"
keywords = [
    "cli",
    "agents",
    "skills",
    "ai",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/leodiegues/agentfiles"

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

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

[dependencies.anyhow]
version = "1.0.101"

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

[dependencies.dirs]
version = "6"

[dependencies.env_logger]
version = "0.11.9"

[dependencies.log]
version = "0.4.29"

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

[dependencies.serde_json]
version = "1.0.149"

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