# 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 = "ironfish-jubjub" version = "0.1.0" authors = [ "Sean Bowe ", "Eirik Ogilvie-Wigley ", "Jack Grigg ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation of the Jubjub elliptic curve group" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/iron-fish/jubjub" [lib] name = "ironfish_jubjub" path = "src/lib.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "fq_blackbox" path = "tests/fq_blackbox.rs" [[test]] name = "fr_blackbox" path = "tests/fr_blackbox.rs" [[bench]] name = "fq_bench" path = "benches/fq_bench.rs" harness = false [[bench]] name = "fr_bench" path = "benches/fr_bench.rs" harness = false [[bench]] name = "point_bench" path = "benches/point_bench.rs" harness = false [dependencies.bitvec] version = "1" default-features = false [dependencies.blst] version = "0.3.10" [dependencies.blstrs] version = "0.6.0" features = ["__private_bench"] [dependencies.ff] version = "0.12" default-features = false [dependencies.group] version = "0.12" default-features = false [dependencies.lazy_static] version = "1" [dependencies.rand_core] version = "0.6" default-features = false [dependencies.subtle] version = "^2.2.1" default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_xorshift] version = "0.3" default-features = false [features] alloc = [ "ff/alloc", "group/alloc", ] bits = ["ff/bits"] default = [ "alloc", "bits", ] multiply-many = ["alloc"] stats = []