librustzcash/components/equihash/Cargo.toml

18 lines
384 B
TOML
Raw Normal View History

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"
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"
byteorder = "1"
[lib]
bench = false