2020-06-25 17:53:07 -07:00
|
|
|
[package]
|
|
|
|
name = "equihash"
|
|
|
|
description = "The Equihash Proof-of-Work function"
|
2022-06-24 09:28:14 -07:00
|
|
|
version = "0.2.0"
|
2020-06-25 17:53:07 -07:00
|
|
|
authors = ["Jack Grigg <jack@z.cash>"]
|
|
|
|
homepage = "https://github.com/zcash/librustzcash"
|
|
|
|
repository = "https://github.com/zcash/librustzcash"
|
|
|
|
license = "MIT OR Apache-2.0"
|
2022-09-02 10:39:21 -07:00
|
|
|
edition = "2021"
|
|
|
|
rust-version = "1.56.1"
|
2020-06-25 17:53:07 -07:00
|
|
|
|
|
|
|
[dependencies]
|
2021-12-17 14:26:13 -08:00
|
|
|
blake2b_simd = "1"
|
2020-06-25 18:01:04 -07:00
|
|
|
byteorder = "1"
|
2021-08-05 14:39:36 -07:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
bench = false
|