# 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 = "ark-sponge" version = "0.4.0-alpha" authors = ["arkworks contributors"] include = [ "Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "An implementation of the cryptographic sponge functions for zkSNARK" homepage = "https://arkworks.rs" documentation = "https://docs.rs/ark-sponge/" readme = "README.md" keywords = [ "zero-knowledge", "cryptography", "zkSNARK", "SNARK", "sponge", ] categories = ["cryptography"] license = "MIT/Apache-2.0" repository = "https://github.com/arkworks-rs/sponge" [profile.release] opt-level = 3 lto = "thin" panic = "abort" incremental = true [dependencies.ark-ec] version = "0.4.0-alpha" default_features = false [dependencies.ark-ff] version = "0.4.0-alpha" default_features = false [dependencies.ark-r1cs-std] version = "0.4.0-alpha" optional = true default-features = false [dependencies.ark-relations] version = "0.4.0-alpha" optional = true default-features = false [dependencies.ark-serialize] version = "0.4.0-alpha" default_features = false [dependencies.ark-std] version = "0.4.0-alpha" default-features = false [dependencies.derivative] version = "2.1.1" features = ["use_core"] [dependencies.digest] version = "0.10.3" default_features = false [dependencies.rand_chacha] version = "0.3.0" default-features = false [dependencies.tracing] version = "0.1" features = ["attributes"] optional = true default-features = false [features] default = [ "r1cs", "std", ] r1cs = [ "ark-relations", "ark-r1cs-std", "tracing", ] std = [ "ark-ff/std", "ark-r1cs-std/std", "ark-relations/std", "ark-std/std", "ark-serialize/std", ]