rescue_poseidon 0.32.11

Sponge construction based Algebraic Hash Functions
# 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 = "rescue_poseidon"
version = "0.32.11"
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sponge construction based Algebraic Hash Functions"
homepage = "https://zksync.io/"
readme = "README.md"
keywords = [
    "poseidon",
    "rescue",
    "sponge",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/matter-labs/zksync-crypto/"

[features]
default = []
futures = ["dep:futures"]
rayon = ["dep:rayon"]

[lib]
name = "rescue_poseidon"
path = "src/lib.rs"

[[example]]
name = "main"
path = "examples/main.rs"

[[bench]]
name = "benches"
path = "benches/benches.rs"
harness = false

[[bench]]
name = "hashes"
path = "benches/hashes.rs"

[dependencies.addchain]
version = "0.2"

[dependencies.arrayvec]
version = "0.7"

[dependencies.blake2]
version = "0.10"

[dependencies.byteorder]
version = "1"

[dependencies.derivative]
version = "2"

[dependencies.franklin-crypto]
version = "=0.32.11"
features = ["plonk"]

[dependencies.futures]
version = "0.3"
features = [
    "executor",
    "thread-pool",
]
optional = true

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4.19"

[dependencies.num-bigint]
version = "0.3"

[dependencies.num-integer]
version = "0.1"

[dependencies.num-iter]
version = "0.1"

[dependencies.num-traits]
version = "0.2"

[dependencies.rand]
version = "0.8"

[dependencies.rand_chacha]
version = "0.3"

[dependencies.rand_xorshift]
version = "0.3"

[dependencies.rayon]
version = "1.5"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.sha3]
version = "0.9.1"

[dependencies.smallvec]
version = "1.9"

[dependencies.typemap_rev]
version = "0.3"

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.hex]
version = "0.4"