zip32/Cargo.toml

28 lines
706 B
TOML
Raw Normal View History

2018-07-10 15:23:02 -07:00
[package]
name = "zip32"
version = "0.0.0"
authors = [
"Jack Grigg <jack@z.cash>",
]
license = "MIT/Apache-2.0"
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]
2018-07-19 08:57:54 -07:00
aes = "0.2"
2018-07-11 04:43:15 -07:00
byteorder = "1"
2018-07-19 08:57:54 -07:00
fpe = "0.1"
2018-07-10 17:26:07 -07:00
lazy_static = "1.0"
2018-07-10 15:58:06 -07:00
pairing = "0.14.2"
2018-07-10 17:28:10 -07:00
[dependencies.blake2-rfc]
git = "https://github.com/gtank/blake2-rfc"
rev = "7a5b5fc99ae483a0043db7547fb79a6fa44b88a9"
2018-07-10 15:58:06 -07:00
[dependencies.sapling-crypto]
git = "https://github.com/zcash-hackworks/sapling-crypto"
rev = "21084bde2019c04bd34208e63c3560fe2c02fb0e"