# 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 = "poseidon-primitives" version = "0.1.1" autotests = false autobenches = false description = """ Native rust implementation of the Poseidon hash function. This is forked from Scroll's audited Poseidon halo2 circuit implementation, but this crate does not include the circuit. """ readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/axiom-crypto/poseidon-circuit" [profile.test] opt-level = 3 debug-assertions = true [dependencies.bitvec] version = "1" [dependencies.ff] version = "0.13" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.0" [dependencies.rand] version = "0.8" [dependencies.rand_xorshift] version = "0.3.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.bencher] version = "0.1" [dev-dependencies.halo2_proofs] version = "0" package = "halo2-axiom" [dev-dependencies.plotters] version = "0.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3.0" [dev-dependencies.subtle] version = "2" [features] default = [] legacy = [] print_layout = ["halo2_proofs/dev-graph"] short = []