21 lines
430 B
TOML
21 lines
430 B
TOML
[package]
|
|
name = "zcash_history"
|
|
version = "0.2.0"
|
|
authors = ["NikVolf <nikvolf@gmail.com>"]
|
|
edition = "2018"
|
|
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"
|
|
quickcheck = "0.9"
|
|
|
|
[dependencies]
|
|
bigint = "4"
|
|
byteorder = "1"
|
|
blake2 = { package = "blake2b_simd", version = "0.5" }
|
|
|
|
[lib]
|
|
bench = false
|