# 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-test-curves" 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 library for testing ark-ec & ark-poly" homepage = "https://arkworks.rs" documentation = "https://docs.rs/ark-test-curves/" readme = false keywords = [ "cryptography", "serialization", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/arkworks-rs/algebra" [package.metadata.docs.rs] workspace = true [lib] name = "ark_test_curves" 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-std] version = "0.5.0" default-features = false [dev-dependencies.ark-algebra-bench-templates] version = "0.5.0" default-features = false [dev-dependencies.ark-algebra-test-templates] version = "0.5.0" default-features = false [dev-dependencies.ark-serialize] version = "0.5.0" default-features = false [features] asm = ["ark-ff/asm"] bls12_381_curve = ["bls12_381_scalar_field"] bls12_381_scalar_field = [] bn384_small_two_adicity_base_field = [] bn384_small_two_adicity_curve = [ "bn384_small_two_adicity_scalar_field", "bn384_small_two_adicity_base_field", ] bn384_small_two_adicity_scalar_field = [] default = [] ed_on_bls12_381 = ["bls12_381_scalar_field"] mnt4_753_base_field = [] mnt4_753_curve = [ "mnt4_753_scalar_field", "mnt4_753_base_field", ] mnt4_753_scalar_field = [] mnt6_753 = [ "mnt4_753_scalar_field", "mnt4_753_base_field", ] parallel = [ "ark-ff/parallel", "ark-ec/parallel", "ark-std/parallel", ] secp256k1 = []