# 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 = "rspow" version = "0.1.0" authors = ["Zola Gonano "] description = "A multi-algorithm proof-of-work library in rust" homepage = "https://github.com/zolagonano/rspow.git" readme = "README.md" keywords = ["pow"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/zolagonano/rspow.git" [dependencies.argon2] version = "0.5.3" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.ripemd] version = "0.1.3" [dependencies.scrypt] version = "0.11.0" [dependencies.serde] version = "1.0.201" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.sha2] version = "0.10.8"