[dependencies.chrono]
version = "0.4.39"
[dependencies.derive_builder]
version = "0.20.2"
[dependencies.rand]
version = "0.8.5"
[dependencies.serde]
features = ["derive"]
version = "1.0.217"
[dependencies.serde_json]
version = "1.0.135"
[dependencies.sha2]
version = "0.10.8"
[dependencies.thiserror]
version = "2.0.11"
[dependencies.twox-hash]
version = "2.1.0"
[dependencies.uuid]
features = ["serde", "v4"]
version = "1.12.0"
[dev-dependencies.axum]
version = "0.6.20"
[dev-dependencies.cliclack]
version = "0.1.9"
[dev-dependencies.tokio]
features = ["full"]
version = "1.34.0"
[lib]
name = "blockchain"
path = "src/lib.rs"
[package]
authors = ["Slavik Pastushenko <slavpas@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "cryptography"]
description = "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.1.2"
[[test]]
name = "chain_integration_test"
path = "tests/chain_integration_test.rs"
[[test]]
name = "common"
path = "tests/common.rs"