# 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-bls12-381-bandersnatch" version = "0.5.0-alpha.0" authors = [ "zhenfei zhang", "arkworks contributors", ] include = [ "Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "Bandersnatch: a curve defined over the scalar field of the BLS12-381 curve" homepage = "https://arkworks.rs" keywords = [ "cryptography", "finite-fields", "elliptic-curves", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/arkworks-rs/algebra" [dependencies.ark-bls12-381] version = "0.5.0-alpha" features = ["scalar_field"] default-features = false [dependencies.ark-ec] version = "0.5.0-alpha" default-features = false [dependencies.ark-ff] version = "0.5.0-alpha" default-features = false [dependencies.ark-r1cs-std] version = "0.5.0-alpha" optional = true default-features = false [dependencies.ark-std] version = "0.5.0-alpha" default-features = false [dev-dependencies.ark-algebra-test-templates] version = "0.5.0-alpha" default-features = false [dev-dependencies.ark-relations] version = "0.5.0-alpha" default-features = false [dev-dependencies.ark-serialize] version = "0.5.0-alpha" default-features = false [dev-dependencies.sha2] version = "0.10" [features] default = [] r1cs = ["ark-r1cs-std"] std = [ "ark-std/std", "ark-ff/std", "ark-ec/std", "ark-bls12-381/std", ]