# 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-curve-constraint-tests" version = "0.5.0" authors = ["arkworks contributors"] build = false include = [ "Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library for testing constraints for finite fields, elliptic curves, and pairings" homepage = "https://arkworks.rs" documentation = "https://docs.rs/ark-curve-constraint-tests/" readme = false keywords = [ "cryptography", "finite-fields", "elliptic-curves", "r1cs", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/arkworks-rs/algebra" [lib] name = "ark_curve_constraint_tests" 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-r1cs-std] version = "0.5.0" default-features = false [dependencies.ark-relations] 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 [features] default = [] std = [ "ark-std/std", "ark-ff/std", "ark-serialize/std", "ark-ec/std", "ark-relations/std", "ark-r1cs-std/std", ]