x402-cli 1.1.0

A comprehensive developer CLI for project scaffolding, wallet management, and payment testing.
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 = "2021"
name = "x402-cli"
version = "1.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A comprehensive developer CLI for project scaffolding, wallet management, and payment testing."
homepage = "https://github.com/sambhuyadav/x402-Developer-CLI#readme"
documentation = "https://docs.rs/crate/x402-cli/"
readme = "README.md"
keywords = [
    "x402",
    "cli",
    "aptos",
    "blockchain",
    "automation",
]
categories = [
    "command-line-interface",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/sambhuyadav/x402-Developer-CLI"

[package.metadata]
categories = [
    "command-line-interface",
    "development-tools",
]
documentation = "https://docs.rs/crate/x402-cli/"
homepage = "https://github.com/sambhuyadav/x402-Developer-CLI#readme"
keywords = [
    "x402",
    "cli",
    "aptos",
    "blockchain",
    "automation",
]
repository = "https://github.com/sambhuyadav/x402-Developer-CLI"

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

[[bin]]
name = "x402-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.bcs]
version = "0.1.6"

[dependencies.chrono]
version = "0.4"

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

[dependencies.colored]
version = "2.1"

[dependencies.dirs]
version = "5.0"

[dependencies.ed25519-dalek]
version = "2.1"

[dependencies.env_logger]
version = "0.11"

[dependencies.hex]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1.0"
features = ["full"]