librustzcash/zcash_history/Cargo.toml

18 lines
409 B
TOML
Raw Normal View History

[package]
name = "zcash_history"
version = "0.2.0"
authors = ["NikVolf <nikvolf@gmail.com>"]
edition = "2018"
2020-03-04 08:28:56 -08:00
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/zcash_history/"
description = "Library for Zcash blockchain history tools"
[dev-dependencies]
assert_matches = "1.3.0"
2020-06-25 04:52:38 -07:00
quickcheck = "0.9"
[dependencies]
bigint = "4"
byteorder = "1"
blake2 = { package = "blake2b_simd", version = "0.5" }