# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "mwc-zcash_primitives" version = "0.4.0" authors = ["Jack Grigg "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust implementations of the Zcash primitives" homepage = "https://github.com/zcash/librustzcash" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mwcproject/librustzcash" [package.metadata.docs.rs] all-features = true [lib] name = "mwc_zcash_primitives" path = "src/lib.rs" [[bench]] name = "note_decryption" path = "benches/note_decryption.rs" harness = false [[bench]] name = "pedersen_hash" path = "benches/pedersen_hash.rs" harness = false [dependencies.aes] version = "0.8" [dependencies.bitvec] version = "0.18" [dependencies.blake2b_simd] version = "1" [dependencies.blake2s_simd] version = "1" [dependencies.bls12_381] version = "0.3.1" [dependencies.byteorder] version = "1" [dependencies.crypto_api_chachapoly] version = "0.4" [dependencies.equihash] version = "0.1" [dependencies.ff] version = "0.8" [dependencies.fpe] version = "0.6" [dependencies.group] version = "0.8" [dependencies.hex] version = "0.4" [dependencies.jubjub] version = "0.5.1" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.proptest] version = "0.10.1" optional = true [dependencies.rand] version = "0.7" [dependencies.rand_core] version = "0.5.1" [dependencies.ripemd160] version = "0.9" optional = true [dependencies.secp256k1] version = "0.19" optional = true [dependencies.sha2] version = "0.9" [dependencies.subtle] version = "2.2.3" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.hex-literal] version = "0.2" [dev-dependencies.proptest] version = "0.10.1" [dev-dependencies.rand_xorshift] version = "0.2" [features] test-dependencies = ["proptest"] transparent-inputs = [ "ripemd160", "secp256k1", ] zfuture = [] [badges.maintenance] status = "actively-developed"