zip32/Cargo.toml

23 lines
561 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@electriccoin.co>",
"Kris Nuttycombe <kris@electriccoin.co>",
2018-07-10 15:23:02 -07:00
]
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"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.65"
2018-07-10 15:23:02 -07:00
[dependencies]
blake2b_simd = "1"
memuse = "0.2.1"
subtle = "2.2.3"
2018-07-10 17:28:10 -07:00
[dev-dependencies]
assert_matches = "1.5"