parity-zcash/crypto/Cargo.toml

19 lines
597 B
TOML
Raw Normal View History

2016-09-19 06:09:22 -07:00
[package]
name = "bitcrypto"
version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
[dependencies]
2018-12-20 04:55:41 -08:00
bellman = "0.1"
blake2-rfc = { git = "https://github.com/gtank/blake2-rfc.git", rev = "7a5b5fc99ae483a0043db7547fb79a6fa44b88a9" }
pairing = "0.14.2"
2016-09-19 06:09:22 -07:00
rust-crypto = "0.2.36"
2018-12-20 04:55:41 -08:00
sapling-crypto = { git = "https://github.com/zcash-hackworks/sapling-crypto.git", rev = "21084bde2019c04bd34208e63c3560fe2c02fb0e" }
serde_json = "1.0"
2016-11-25 04:09:08 -08:00
siphasher = "0.1.1"
2016-09-19 06:09:22 -07:00
primitives = { path = "../primitives" }
2018-12-13 05:16:35 -08:00
bn = { git = "https://github.com/paritytech/bn" }
serde = "1.0"
serde_derive = "1.0"
rustc-hex = "2"