# 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 = "light-poseidon" version = "0.2.0" authors = ["Mike Rostecki "] description = "Poseidon hash implementation in Rust" readme = "README.md" keywords = [ "cryptography", "hash", "poseidon", "zero-knowledge", "zkSNARK", ] license = "Apache-2.0" repository = "https://github.com/Lightprotocol/light-poseidon" resolver = "1" [[bench]] name = "bn254_x5" harness = false [dependencies.ark-bn254] version = "0.4.0" [dependencies.ark-ff] version = "0.4.0" [dependencies.num-bigint] version = "0.4.4" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand] version = "0.8"