# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rust-blockchain" version = "0.1.0" authors = ["Jofin "] description = "A simple blockchain implementation for add-ons in applications." homepage = "https://crates.io/crates/rust-blockchain" readme = "README.md" keywords = ["blockchain", "decentralization", "bitcoin", "Add-on", "add-on"] categories = ["cryptography::cryptocurrencies", "development-tools"] license-file = "LICENSE" repository = "https://github.com/j0fiN/rust-blockchain" [dependencies.chrono] version = "0.4" [dependencies.rand] version = "0.8.0" [dependencies.rust-crypto] version = "^0.2" [dependencies.rust_sodium] version = "0.10.2"