arch-kit 0.1.5

Command-line toolkit for developing, deploying, and interacting with Arch Network programs
Documentation
[package]
name = "arch-kit"
version = "0.1.5"
edition = "2024"
rust-version = "1.85"
description = "Command-line toolkit for developing, deploying, and interacting with Arch Network programs"
repository = "https://github.com/Arch-Network/arch-kit"
license = "MIT"
readme = "README.md"
keywords = ["arch-network", "bitcoin", "blockchain", "cli", "deployment"]
categories = ["command-line-utilities", "development-tools"]
include = [
    "/src/**",
    "/templates/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE",
]

[dependencies]
apl-associated-token-account = { version = "=0.10.0", features = ["no-entrypoint"] }
apl-token = { version = "=0.10.0", features = ["no-entrypoint"] }
arch_sdk = "=0.10.0"
arch-satellite-lang-idl = { version = "=0.31.5", features = ["build"] }
base64 = "0.22"
bitcoin = "=0.32.7"
bs58 = "0.5"
clap = { version = "4.5", features = ["derive", "env"] }
flate2 = "1.1"
hex = "0.4"
include_dir = "0.7"
minijinja = "2"
rand = "0.8"
reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls"] }
serde_json = "1.0"
thiserror = "2.0"

[dev-dependencies]
tempfile = "3.20"