[dependencies.chrono]
version = "0.4.34"
[dependencies.rand]
version = "0.8.5"
[dependencies.serde]
features = ["derive"]
version = "1.0.196"
[dependencies.serde_json]
version = "1.0.113"
[dependencies.sha2]
version = "0.10.8"
[lib]
name = "blockchain"
path = "src/lib.rs"
[package]
authors = ["Slavik Pastushenko <slavpas@gmail.com>"]
categories = ["command-line-utilities", "cryptography"]
description = "A Rust crate provides an interface for interacting with a blockchain"
documentation = "https://docs.rs/blockchain-cli"
edition = "2021"
exclude = [".github/**", "examples/**"]
keywords = ["cli", "crypto", "blockchain"]
license = "MIT"
name = "blockchain-cli"
readme = "README.md"
repository = "https://github.com/slavik-pastushenko/blockchain-rust"
version = "1.0.20"