rustywallet-cli 0.1.2

Command-line tool for cryptocurrency wallet operations
[[bin]]
name = "rustywallet"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.colored]
version = "2"

[dependencies.hex]
version = "0.4"

[dependencies.rustywallet]
version = "0.1"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "cryptography"]
description = "Command-line tool for cryptocurrency wallet operations"
edition = "2021"
keywords = ["cryptocurrency", "wallet", "bitcoin", "ethereum", "cli"]
license = "MIT"
name = "rustywallet-cli"
readme = "README.md"
repository = "https://github.com/pfrfrfr/rustywallet"
version = "0.1.2"