[[bin]]
name = "agpm"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.clap]
features = ["derive", "cargo", "env"]
version = "4.5"
[dependencies.colored]
version = "3.0.0"
[dependencies.dashmap]
version = "6.1"
[dependencies.dirs]
version = "6.0.0"
[dependencies.fs4]
version = "0.13"
[dependencies.futures]
version = "0.3"
[dependencies.glob]
version = "0.3"
[dependencies.hex]
version = "0.4"
[dependencies.indicatif]
version = "0.18.0"
[dependencies.petgraph]
version = "0.8.2"
[dependencies.pubgrub]
default-features = false
version = "0.3.0"
[dependencies.regex]
version = "1.11"
[dependencies.reqwest]
features = ["json"]
version = "0.12"
[dependencies.semver]
version = "1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.sha2]
version = "0.10"
[dependencies.shellexpand]
version = "3.1"
[dependencies.tempfile]
version = "3.10"
[dependencies.thiserror]
version = "2.0.16"
[dependencies.tokio]
features = ["full"]
version = "1.40"
[dependencies.toml]
version = "0.9.5"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[dependencies.uuid]
features = ["v4"]
version = "1.10"
[dependencies.walkdir]
version = "2.5"
[dependencies.which]
version = "8.0.0"
[dependencies.zip]
version = "5.1.1"
[dev-dependencies.assert_cmd]
version = "2.0"
[dev-dependencies.predicates]
version = "3.1"
[dev-dependencies.tempfile]
version = "3.10"
[features]
default = []
test-utils = []
[lib]
name = "agpm_cli"
path = "src/lib.rs"
[package]
authors = ["Aaron Griffin <aig787@icloud.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "AGent Package Manager - A Git-based package manager for Claude agents"
edition = "2024"
keywords = ["claude", "ai", "package-manager", "agent", "cli"]
license = "MIT"
name = "agpm-cli"
readme = "README.md"
repository = "https://github.com/aig787/agpm"
rust-version = "1.85.0"
version = "0.4.3"
[package.metadata.binstall]
bin-dir = "{ name }-{ target }/{ bin }{ binary-ext }"
pkg-url = "https://github.com/aig787/agpm/releases/download/v{ version }/{ name }-{ target }{ archive-suffix }"
[profile.dist]
inherits = "release"
lto = "thin"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
strip = true
[[test]]
name = "integration_cache_behavior"
path = "tests/integration_cache_behavior.rs"
[[test]]
name = "integration_conflict_detection"
path = "tests/integration_conflict_detection.rs"
[[test]]
name = "integration_cross_platform"
path = "tests/integration_cross_platform.rs"
[[test]]
name = "integration_deploy"
path = "tests/integration_deploy.rs"
[[test]]
name = "integration_deps_refresh"
path = "tests/integration_deps_refresh.rs"
[[test]]
name = "integration_error_scenarios"
path = "tests/integration_error_scenarios.rs"
[[test]]
name = "integration_file_url"
path = "tests/integration_file_url.rs"
[[test]]
name = "integration_gitignore"
path = "tests/integration_gitignore.rs"
[[test]]
name = "integration_hooks"
path = "tests/integration_hooks.rs"
[[test]]
name = "integration_incremental_add"
path = "tests/integration_incremental_add.rs"
[[test]]
name = "integration_list"
path = "tests/integration_list.rs"
[[test]]
name = "integration_lockfile_staleness"
path = "tests/integration_lockfile_staleness.rs"
[[test]]
name = "integration_max_parallel_flag"
path = "tests/integration_max_parallel_flag.rs"
[[test]]
name = "integration_multi_artifact"
path = "tests/integration_multi_artifact.rs"
[[test]]
name = "integration_multi_resource"
path = "tests/integration_multi_resource.rs"
[[test]]
name = "integration_outdated"
path = "tests/integration_outdated.rs"
[[test]]
name = "integration_parallelism_stress"
path = "tests/integration_parallelism_stress.rs"
[[test]]
name = "integration_pattern"
path = "tests/integration_pattern.rs"
[[test]]
name = "integration_stress_test"
path = "tests/integration_stress_test.rs"
[[test]]
name = "integration_test_helpers_example"
path = "tests/integration_test_helpers_example.rs"
[[test]]
name = "integration_transitive"
path = "tests/integration_transitive.rs"
[[test]]
name = "integration_tree"
path = "tests/integration_tree.rs"
[[test]]
name = "integration_upd_progress"
path = "tests/integration_upd_progress.rs"
[[test]]
name = "integration_upgrade"
path = "tests/integration_upgrade.rs"
[[test]]
name = "integration_validate"
path = "tests/integration_validate.rs"
[[test]]
name = "integration_versioning"
path = "tests/integration_versioning.rs"
[[test]]
name = "prefixed_versions_integration"
path = "tests/prefixed_versions_integration.rs"
[[test]]
name = "test_config"
path = "tests/test_config.rs"