amadeus-cli 1.3.5

Command-line interface for interacting with the Amadeus blockchain
[[bin]]
name = "ama"
path = "src/main.rs"

[dependencies.amadeus-node]
version = "1.3.5"

[dependencies.amadeus-utils]
version = "1.3.5"

[dependencies.anyhow]
version = "1.0.99"

[dependencies.bs58]
version = "0.5.1"

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

[dependencies.hex]
version = "0.4.3"

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

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1.0.143"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "cryptography::cryptocurrencies"]
description = "Command-line interface for interacting with the Amadeus blockchain"
edition = "2024"
keywords = ["blockchain", "cli", "amadeus", "cryptocurrency", "web3"]
license = "Apache-2.0"
name = "amadeus-cli"
readme = "README.md"
repository = "https://github.com/amadeusprotocol/rs_node"
version = "1.3.5"

[package.metadata.release]
release = true