# 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-ed-on-bn254" 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 Twisted Edwards curve defined over the scalar field of the BN254 curve" homepage = "https://arkworks.rs" documentation = "https://docs.rs/ark-ed-on-bn254/" readme = false keywords = [ "cryptography", "finite-fields", "elliptic-curves", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/arkworks-rs/algebra" [lib] name = "ark_ed_on_bn254" path = "src/lib.rs" [dependencies.ark-bn254] version = "0.5.0" features = ["scalar_field"] default-features = false [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" optional = true default-features = false [dependencies.ark-std] version = "0.5.0" default-features = false [dev-dependencies.ark-algebra-test-templates] version = "0.5.0" default-features = false [dev-dependencies.ark-relations] version = "0.5.0" default-features = false [dev-dependencies.ark-serialize] version = "0.5.0" default-features = false [features] default = [] r1cs = ["ark-r1cs-std"] std = [ "ark-std/std", "ark-ff/std", "ark-ec/std", "ark-bn254/std", ]