# 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 = "sp-ark-ed-on-bls12-381-bandersnatch" version = "0.4.1" authors = [ "Parity Technologies ", "Achim Schneider ", "Davide Galassi ", ] include = [ "Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "Bandersnatch: a curve defined over the scalar field of the BLS12-381 curve, optimized for Substrate" keywords = [ "cryptography", "elliptic-curves", "pairing", "arkworks", "substrate", ] categories = ["cryptography"] license = "MIT/Apache-2.0" repository = "https://github.com/paritytech/substrate-curves" [dependencies.ark-ec] version = "0.4.2" default-features = false [dependencies.ark-ed-on-bls12-381-bandersnatch-ext] version = "0.4.1" default-features = false [dependencies.ark-scale] version = "0.0.11" features = ["hazmat"] default-features = false [dependencies.ark-std] version = "0.4.0" default-features = false [dependencies.sp-crypto-ec-utils] version = "0.4.0" default-features = false [dev-dependencies.ark-algebra-test-templates] version = "0.4.2" default-features = false [dev-dependencies.ark-ff] version = "0.4.2" default-features = false [features] default = ["std"] std = [ "ark-algebra-test-templates/std", "ark-ed-on-bls12-381-bandersnatch-ext/std", "ark-ff/std", "ark-ec/std", "ark-scale/std", "ark-std/std", "sp-crypto-ec-utils/std", ]