# 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_maker" version = "1.1.0" authors = ["BDR-Pro baderalotaibi3@gmail.com"] description = "A blockchain implementation in Rust using the Elliptic-curve cryptography and SHA-256 hashing algorithm" readme = "README.md" keywords = [ "blockchain", "elliptic-curve", "cryptography", "sha-256", "hashing", ] categories = [ "cryptography", "blockchain", "elliptic-curve", "sha-256", "hashing", ] license = "MIT" repository = "https://github.com/BDR-Pro/blockchain_maker" [dependencies.chrono] version = "0.4" [dependencies.openssl] version = "0.10.64" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10"