librustzcash/components/equihash/Cargo.toml

14 lines
341 B
TOML
Raw Normal View History

2020-06-25 17:53:07 -07:00
[package]
name = "equihash"
description = "The Equihash Proof-of-Work function"
2020-07-09 15:24:54 -07:00
version = "0.1.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 = "2018"
[dependencies]
blake2b_simd = "0.5"
byteorder = "1"