[dependencies.chrono]
version = "0.4.38"
[dependencies.rand]
version = "0.8.5"
[dependencies.serde]
features = ["derive"]
version = "1.0.210"
[dependencies.serde_json]
version = "1.0.132"
[dependencies.sha2]
version = "0.10.8"
[lib]
name = "blockchain"
path = "src/lib.rs"
[package]
authors = ["Slavik Pastushenko <slavpas@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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-rs"
version = "1.0.26"
[[test]]
name = "chain_integration_test"
path = "tests/chain_integration_test.rs"