23 lines
512 B
TOML
23 lines
512 B
TOML
[package]
|
|
name = "zcash_history"
|
|
version = "0.3.0"
|
|
authors = ["NikVolf <nikvolf@gmail.com>"]
|
|
edition = "2021"
|
|
rust-version = "1.56.1"
|
|
license = "MIT/Apache-2.0"
|
|
documentation = "https://docs.rs/zcash_history/"
|
|
description = "Library for Zcash blockchain history tools"
|
|
categories = ["cryptography::cryptocurrencies"]
|
|
|
|
[dev-dependencies]
|
|
assert_matches = "1.3.0"
|
|
quickcheck = "0.9"
|
|
|
|
[dependencies]
|
|
primitive-types = "0.11"
|
|
byteorder = "1"
|
|
blake2 = { package = "blake2b_simd", version = "1" }
|
|
|
|
[lib]
|
|
bench = false
|