[[bin]]
name = "blockchain-prompts"
path = "src/bin/blockchain.rs"
[dependencies.chrono]
version = "0.4.28"
[dependencies.cliclack]
version = "0.1.6"
[dependencies.serde]
features = ["derive"]
version = "1.0.188"
[dependencies.serde_derive]
version = "1.0.188"
[dependencies.serde_json]
version = "1.0.105"
[dependencies.sha2]
version = "0.10.7"
[lib]
name = "blockchain"
path = "src/lib.rs"
[package]
authors = ["Slavik Pastushenko <slavpas@gmail.com>"]
categories = ["command-line-utilities", "cryptography"]
description = "Provides a command-line interface (CLI) for interacting with blockchain"
documentation = "https://docs.rs/blockchain-cli/0.1.4"
edition = "2021"
exclude = [".prettierrc.toml", ".github/**"]
keywords = ["cli", "crypto", "blockchain"]
license = "MIT"
name = "blockchain-cli"
readme = "README.md"
repository = "https://github.com/slavik-pastushenko/blockchain-rust"
version = "0.1.4"