[package] authors = ["Qian Zhang"] description = "A Rust implementation of ProgPoW for Ethereum mining verification, based on go-ethereum." edition = "2021" license = "MIT" name = "progpow_verifier" readme = "README.md" repository = "https://github.com/HappyFox001/progpow_rust" version = "0.2.0" [dependencies] byteorder = "1.5.0"