# 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 = "2021" rust-version = "1.65" name = "sapling-crypto" version = "0.3.0" authors = [ "Sean Bowe ", "Jack Grigg ", "Kris Nuttycombe ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cryptographic library for Zcash Sapling" homepage = "https://github.com/zcash/sapling-crypto" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/zcash/sapling-crypto" [package.metadata.docs.rs] features = ["test-dependencies"] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "sapling_crypto" path = "src/lib.rs" [[bench]] name = "circuit" path = "benches/circuit.rs" harness = false [[bench]] name = "pedersen_hash" path = "benches/pedersen_hash.rs" harness = false [dependencies.aes] version = "0.8" [dependencies.bellman] version = "0.14" features = ["groth16"] default-features = false [dependencies.bitvec] version = "1" [dependencies.blake2b_simd] version = "1" [dependencies.blake2s_simd] version = "1" [dependencies.bls12_381] version = "0.8" [dependencies.byteorder] version = "1" [dependencies.document-features] version = "0.2" [dependencies.ff] version = "0.13" [dependencies.fpe] version = "0.6" [dependencies.group] version = "0.13" features = ["wnaf-memuse"] [dependencies.hex] version = "0.4" [dependencies.incrementalmerkletree] version = "0.7" features = ["legacy-api"] [dependencies.jubjub] version = "0.10" [dependencies.lazy_static] version = "1" [dependencies.memuse] version = "0.2.1" [dependencies.proptest] version = "1" optional = true [dependencies.rand] version = "0.8" [dependencies.rand_core] version = "0.6" [dependencies.redjubjub] version = "0.7" [dependencies.subtle] version = "2.2.3" [dependencies.tracing] version = "0.1" [dependencies.zcash_note_encryption] version = "0.4" features = ["pre-zip-212"] [dependencies.zcash_spec] version = "0.1" [dependencies.zip32] version = "0.1" [dev-dependencies.chacha20poly1305] version = "0.10" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.incrementalmerkletree] version = "0.7" features = [ "legacy-api", "test-dependencies", ] [dev-dependencies.proptest] version = "1" [dev-dependencies.rand_xorshift] version = "0.3" [features] default = ["multicore"] multicore = ["bellman/multicore"] temporary-zcashd = [] test-dependencies = [ "incrementalmerkletree/test-dependencies", "dep:proptest", ] [target."cfg(unix)".dev-dependencies.pprof] version = "0.11" features = [ "criterion", "flamegraph", ]