amadeus-cli 1.3.6

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

[package.metadata.release]
release = true

[[bin]]
name = "ama"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1.0.99"

[dependencies.bs58]
version = "0.5.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.hex]
version = "0.4.3"

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

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1.0.143"

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