# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wagyu-zcash" version = "0.6.3" authors = ["Collin Chin", "Raymond Chu", "Ali Mousa", "Howard Wu"] description = "A library for generating Zcash wallets" homepage = "https://github.com/AleoHQ/wagyu" readme = "README.md" keywords = ["blockchain", "crypto", "cryptocurrency", "wallet", "zcash"] categories = ["command-line-utilities", "cryptocurrency"] license = "MIT/Apache-2.0" repository = "https://github.com/AleoHQ/wagyu/tree/v0.6.3/zcash" [dependencies.aes] version = "0.2" [dependencies.base58] version = "0.1" [dependencies.bech32] version = "0.6" [dependencies.bellman] version = "0.6.0" [dependencies.blake2b_simd] version = "0.5" [dependencies.blake2s_simd] version = "0.5" [dependencies.byteorder] version = "1.3" [dependencies.curve25519-dalek] version = "2.0.0" [dependencies.ff] version = "0.6.0" [dependencies.field-derive] version = "0.6.1" [dependencies.fpe] version = "0.1" [dependencies.hex] version = "0.4.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.pairing] version = "0.16.0" [dependencies.rand] version = "0.7" [dependencies.rand_core] version = "0.5.1" [dependencies.ripemd160] version = "0.7" [dependencies.rust-crypto] version = "0.2" [dependencies.secp256k1] version = "0.17.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.8" [dependencies.wagyu-model] version = "0.6.3" [dependencies.wagyu-zcash-parameters] version = "0.2.0" [dependencies.zcash_primitives] version = "0.2.0" [dependencies.zcash_proofs] version = "0.2.0" [dev-dependencies.hex-literal] version = "0.2" [dev-dependencies.rand_xorshift] version = "0.2" [badges.travis-ci] branch = "master" repository = "AleoHQ/wagyu"