# 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" name = "plonky2_monolith" version = "0.1.0" authors = [ "Markus Schofnegger", "Nicholas Mainardi", ] exclude = [ "ci/*", ".travis.yml", ".cargo/*", ] description = "Use Monolith hash to generate Plonky2 proofs and to write Plonky2 circuits" readme = "README.md" keywords = [ "cryptography", "PLONK", "hash", "zero_knowledge", ] categories = ["cryptography"] license-file = "LICENSE-APACHE" repository = "https://github.com/HorizenLabs/monolith" [[bench]] name = "hashing" harness = false [[bench]] name = "merkle" harness = false [[bench]] name = "base_proof" harness = false [[bench]] name = "recursion" harness = false [dependencies.anyhow] version = "1.0.75" [dependencies.itertools] version = "0.11.0" [dependencies.plonky2] version = "0.1.4" default-features = true [dependencies.rand_chacha] version = "0.3.1" [dependencies.serde] version = "1.0.188" [dependencies.unroll] version = "0.1.5" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.log] version = "0.4.20" [dev-dependencies.rstest] version = "0.18.2" [dev-dependencies.serial_test] version = "2.0.0" [dev-dependencies.tynm] version = "0.1.8" [features] default = ["default-sponge-params"] default-sponge-params = [] [target."cfg(not(target_env = \"msvc\"))".dev-dependencies.jemallocator] version = "0.5.0"