2020-03-03 16:51:19 -08:00
|
|
|
[package]
|
2020-03-03 17:05:14 -08:00
|
|
|
name = "zcash_history"
|
2022-05-10 16:32:20 -07:00
|
|
|
version = "0.3.0"
|
2020-03-03 16:51:19 -08:00
|
|
|
authors = ["NikVolf <nikvolf@gmail.com>"]
|
2022-09-02 10:39:21 -07:00
|
|
|
edition = "2021"
|
|
|
|
rust-version = "1.56.1"
|
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"
|
2022-05-10 16:32:20 -07:00
|
|
|
categories = ["cryptography::cryptocurrencies"]
|
2020-03-03 16:51:19 -08:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
assert_matches = "1.3.0"
|
2020-06-25 04:52:38 -07:00
|
|
|
quickcheck = "0.9"
|
2020-03-03 16:51:19 -08:00
|
|
|
|
|
|
|
[dependencies]
|
2022-04-11 08:48:41 -07:00
|
|
|
primitive-types = "0.11"
|
2020-03-03 16:51:19 -08:00
|
|
|
byteorder = "1"
|
2021-12-17 14:26:13 -08:00
|
|
|
blake2 = { package = "blake2b_simd", version = "1" }
|
2021-08-05 14:39:36 -07:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
bench = false
|