librustzcash/zcash_history/Cargo.toml

23 lines
512 B
TOML
Raw Normal View History

[package]
name = "zcash_history"
2022-05-10 16:32:20 -07:00
version = "0.3.0"
authors = ["NikVolf <nikvolf@gmail.com>"]
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"]
[dev-dependencies]
assert_matches = "1.3.0"
2020-06-25 04:52:38 -07:00
quickcheck = "0.9"
[dependencies]
primitive-types = "0.11"
byteorder = "1"
2021-12-17 14:26:13 -08:00
blake2 = { package = "blake2b_simd", version = "1" }
[lib]
bench = false