# 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" rust-version = "1.75" name = "ark-algebra-bench-templates" version = "0.5.0" authors = ["arkworks contributors"] build = false include = [ "Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT", "doc/katex-header.html", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A benchmark library for finite fields and elliptic curves" homepage = "https://arkworks.rs" documentation = "https://docs.rs/ark-algebra-bench-templates/" readme = "README.md" keywords = [ "cryptography", "finite-fields", "elliptic-curves", "pairing", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/arkworks-rs/algebra" [package.metadata.docs.rs] workspace = true [lib] name = "ark_algebra_bench_templates" path = "src/lib.rs" [dependencies.ark-ec] version = "0.5.0" default-features = false [dependencies.ark-ff] version = "0.5.0" default-features = false [dependencies.ark-serialize] version = "0.5.0" default-features = false [dependencies.ark-std] version = "0.5.0" default-features = false [dependencies.criterion] version = "0.5.0" features = ["html_reports"] [dependencies.paste] version = "1.0" [features] asm = ["ark-ff/asm"] parallel = [ "ark-std/parallel", "ark-ff/parallel", "ark-ec/parallel", "ark-serialize/parallel", ]