27 lines
714 B
TOML
27 lines
714 B
TOML
[package]
|
|
name = "zip32"
|
|
version = "0.0.0"
|
|
authors = [
|
|
"The Hush Developers",
|
|
"Jack Grigg <jack@z.cash>",
|
|
]
|
|
license = "GPLv3 or later"
|
|
|
|
description = "Library for implementing shielded hierarchical deterministic wallets"
|
|
documentation = "https://docs.rs/zip32/"
|
|
homepage = "https://github.com/zcash-hackworks/zip32"
|
|
repository = "https://github.com/zcash-hackworks/zip32"
|
|
|
|
[dependencies]
|
|
aes = "0.6"
|
|
byteorder = "1"
|
|
ff = { path = "../ff" }
|
|
fpe = "0.4"
|
|
pairing = { path = "../pairing" }
|
|
sapling-crypto = { path = "../sapling-crypto" }
|
|
zcash_primitives = { path = "../zcash_primitives" }
|
|
|
|
[dependencies.blake2-rfc]
|
|
git = "https://git.hush.is/hush/blake2-rfc"
|
|
rev = "04e586d640f87f35e7c07100508216ca7797195c"
|