# 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 = "ironfish-primitives" version = "0.1.0" authors = [ "Jack Grigg ", "Kris Nuttycombe ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust implementations of the Zcash primitives" readme = "README.md" categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/iron-fish/librustzcash" [package.metadata.docs.rs] all-features = true [lib] name = "ironfish_primitives" path = "src/lib.rs" bench = false [[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.7" [dependencies.bip0039] version = "0.11.0" features = [ "std", "all-languages", ] [dependencies.bitvec] version = "1" [dependencies.blake2b_simd] version = "1" [dependencies.blake2s_simd] version = "1" [dependencies.blstrs] version = "0.6.0" features = ["__private_bench"] [dependencies.bs58] version = "0.4" features = ["check"] optional = true [dependencies.byteorder] version = "1" [dependencies.chacha20poly1305] version = "0.9" [dependencies.equihash] version = "0.2" [dependencies.ff] version = "0.12" [dependencies.fpe] version = "0.5" [dependencies.group] version = "0.12" [dependencies.hdwallet] version = "0.3.1" optional = true [dependencies.hex] version = "0.4" [dependencies.incrementalmerkletree] version = "0.3" [dependencies.ironfish-jubjub] version = "0.1.0" [dependencies.lazy_static] version = "1" [dependencies.memuse] version = "0.2" [dependencies.nonempty] version = "0.7" [dependencies.orchard] version = "0.2" [dependencies.proptest] version = "1.0.0" optional = true [dependencies.rand] version = "0.8" [dependencies.rand_core] version = "0.6" [dependencies.ripemd] version = "0.1" optional = true [dependencies.secp256k1] version = "0.21" optional = true [dependencies.sha2] version = "0.9" [dependencies.subtle] version = "2.2.3" [dependencies.zcash_address] version = "0.1" [dependencies.zcash_encoding] version = "0.1" [dependencies.zcash_note_encryption] version = "0.1" features = ["pre-zip-212"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.orchard] version = "0.2" features = ["test-dependencies"] [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.rand_xorshift] version = "0.3" [features] test-dependencies = [ "proptest", "orchard/test-dependencies", ] transparent-inputs = [ "bs58", "hdwallet", "ripemd", "secp256k1", ] zfuture = [] [target."cfg(unix)".dev-dependencies.pprof] version = "0.9" features = [ "criterion", "flamegraph", ] [badges.maintenance] status = "actively-developed"