# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "blockchain-cli" version = "1.0.26" authors = ["Slavik Pastushenko "] build = false exclude = [ ".github/**", "examples/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust crate provides an interface for interacting with a blockchain." documentation = "https://docs.rs/blockchain-cli" readme = "README.md" keywords = [ "cli", "crypto", "blockchain", ] categories = [ "command-line-utilities", "cryptography", ] license = "MIT" repository = "https://github.com/slavik-pastushenko/blockchain-rs" [lib] name = "blockchain" path = "src/lib.rs" [[test]] name = "chain_integration_test" path = "tests/chain_integration_test.rs" [dependencies.chrono] version = "0.4.38" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.sha2] version = "0.10.8"