2020-03-03 16:51:19 -08:00
|
|
|
[package]
|
2020-03-03 17:05:14 -08:00
|
|
|
name = "zcash_history"
|
2024-03-01 07:10:11 -08:00
|
|
|
version = "0.4.0"
|
2020-03-03 16:51:19 -08:00
|
|
|
authors = ["NikVolf <nikvolf@gmail.com>"]
|
2023-09-26 13:12:23 -07:00
|
|
|
edition.workspace = true
|
|
|
|
rust-version.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
license.workspace = true
|
2020-03-04 08:28:56 -08:00
|
|
|
description = "Library for Zcash blockchain history tools"
|
2023-09-26 13:12:23 -07:00
|
|
|
categories.workspace = true
|
2020-03-03 16:51:19 -08:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2023-09-26 13:12:23 -07:00
|
|
|
assert_matches.workspace = true
|
|
|
|
proptest.workspace = true
|
2020-03-03 16:51:19 -08:00
|
|
|
|
|
|
|
[dependencies]
|
2023-05-03 09:55:14 -07:00
|
|
|
primitive-types = { version = "0.12", default-features = false }
|
2023-09-26 13:12:23 -07:00
|
|
|
byteorder.workspace = true
|
|
|
|
blake2b_simd.workspace = true
|
|
|
|
proptest = { workspace = true, optional = true }
|
2023-04-13 16:06:13 -07:00
|
|
|
|
|
|
|
[features]
|
2024-01-03 11:49:36 -08:00
|
|
|
test-dependencies = ["dep:proptest"]
|
2021-08-05 14:39:36 -07:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
bench = false
|