Skip to content

Commit 4ecbf3e

Browse files
committed
Clean up dependencies
- Remove unused cli-battery-pack and related dependencies - Keep only essential dependencies (11 runtime + 1 dev) - Remove build.rs file - All functionality still works with minimal deps
1 parent 8c1d35d commit 4ecbf3e

2 files changed

Lines changed: 4 additions & 28 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,12 @@ version = "0.1.0"
44
edition = "2024"
55
description = "Run agents from the ACP registry"
66
license = "MIT OR Apache-2.0"
7-
repository = "https://github.com/nikomat/acpr"
8-
homepage = "https://github.com/nikomat/acpr"
7+
repository = "https://github.com/agentclientprotocol/acpr"
8+
homepage = "https://github.com/agentclientprotocol/acpr"
99
documentation = "https://docs.rs/acpr"
1010
keywords = ["acp", "agent", "cli", "registry"]
1111
categories = ["command-line-utilities"]
1212

13-
[package.metadata]
14-
15-
[package.metadata.battery-pack]
16-
17-
[package.metadata.battery-pack.cli-battery-pack]
18-
features = ["default"]
19-
managed-deps = ["anstream", "anstyle", "anstyle-hyperlink", "anyhow", "clap", "colorchoice-clap", "dialoguer", "human-panic", "snapbox", "supports-hyperlinks", "wild"]
20-
2113
[[bin]]
2214
name = "acpr"
2315
path = "src/main.rs"
@@ -27,31 +19,18 @@ name = "acpr"
2719
path = "src/lib.rs"
2820

2921
[dependencies]
22+
anstyle = "1.0.14"
3023
clap = { version = "4", features = ["derive"] }
31-
cli-battery-pack = "0.5.1"
3224
dirs = "6.0.0"
3325
flate2 = "1.1.9"
3426
reqwest = { version = "0.13.2", features = ["json"] }
3527
serde = { version = "1.0.228", features = ["derive"] }
3628
serde_json = "1.0.149"
3729
tar = "0.4.45"
3830
tokio = { version = "1.52.1", features = ["full"] }
39-
zip = "8.5.1"
40-
anstream = "1.0.0"
41-
anstyle = "1.0.14"
42-
anstyle-hyperlink = "1.0.2"
43-
anyhow = "1"
44-
colorchoice-clap = "1.0.8"
45-
dialoguer = "0.11"
46-
human-panic = "2.0.8"
47-
supports-hyperlinks = "3.2.0"
48-
wild = "2.2.1"
4931
tracing = "0.1.44"
5032
tracing-subscriber = "0.3.23"
33+
zip = "8.5.1"
5134

5235
[dev-dependencies]
5336
tempfile = "3.27.0"
54-
snapbox = { version = "1.2.1", features = ["cmd", "term-svg"] }
55-
56-
[build-dependencies]
57-
cli-battery-pack = "0.5.1"

build.rs

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)