# 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 = "orchard" version = "0.10.0" authors = [ "Sean Bowe ", "Jack Grigg ", "Daira-Emma Hopwood ", "Ying Tong Lai", "Kris Nuttycombe ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Orchard shielded transaction protocol" documentation = "https://docs.rs/orchard" readme = "README.md" keywords = ["zcash"] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/zcash/orchard" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--html-in-header", "katex-header.html", ] [profile.bench] debug = 2 [profile.release] debug = 2 [lib] name = "orchard" path = "src/lib.rs" bench = false [[test]] name = "builder" path = "tests/builder.rs" [[bench]] name = "circuit" path = "benches/circuit.rs" harness = false [[bench]] name = "note_decryption" path = "benches/note_decryption.rs" harness = false [[bench]] name = "small" path = "benches/small.rs" harness = false [dependencies.aes] version = "0.8" [dependencies.bitvec] version = "1" [dependencies.blake2b_simd] version = "1" [dependencies.ff] version = "0.13" [dependencies.fpe] version = "0.6" [dependencies.group] version = "0.13" features = ["wnaf-memuse"] [dependencies.halo2_gadgets] version = "0.3" [dependencies.halo2_proofs] version = "0.3" features = [ "batch", "floor-planner-v1-legacy-pdqsort", ] default-features = false [dependencies.hex] version = "0.4" [dependencies.image] version = "0.24" optional = true [dependencies.incrementalmerkletree] version = "0.7" [dependencies.lazy_static] version = "1" [dependencies.memuse] version = "0.2.1" features = ["nonempty"] [dependencies.nonempty] version = "0.7" [dependencies.pasta_curves] version = "0.5" [dependencies.plotters] version = "0.3.0" optional = true [dependencies.proptest] version = "1.0.0" optional = true [dependencies.rand] version = "0.8" [dependencies.reddsa] version = "0.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.subtle] version = "2.3" [dependencies.tracing] version = "0.1" [dependencies.visibility] version = "0.1.1" [dependencies.zcash_note_encryption] version = "0.4" [dependencies.zcash_spec] version = "0.1" [dependencies.zip32] version = "0.1" [dev-dependencies.bridgetree] version = "0.6" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.halo2_gadgets] version = "0.3" features = ["test-dependencies"] [dev-dependencies.hex] version = "0.4" [dev-dependencies.incrementalmerkletree] version = "0.7" features = ["test-dependencies"] [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.zcash_note_encryption] version = "0.4" features = ["pre-zip-212"] [features] default = ["multicore"] dev-graph = [ "halo2_proofs/dev-graph", "image", "plotters", ] multicore = ["halo2_proofs/multicore"] test-dependencies = ["proptest"] unstable-frost = [] [target."cfg(unix)".dev-dependencies.inferno] version = "0.11" features = [ "multithreaded", "nameattr", ] default-features = false [target."cfg(unix)".dev-dependencies.pprof] version = "0.11" features = [ "criterion", "flamegraph", ]