zcash_spec/Cargo.toml

16 lines
377 B
TOML
Raw Normal View History

2023-12-07 02:45:29 -08:00
[package]
name = "zcash_spec"
2023-12-07 08:02:38 -08:00
version = "0.1.0"
2023-12-07 02:45:29 -08:00
authors = [
"Jack Grigg <jack@electriccoin.co>",
]
edition = "2021"
rust-version = "1.56"
description = "Low-level types for implementing Zcash specifications"
homepage = "https://github.com/zcash/zcash_spec"
repository = "https://github.com/zcash/zcash_spec"
license = "MIT OR Apache-2.0"
[dependencies]
2023-12-07 02:47:48 -08:00
blake2b_simd = "1"