# 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 = "jubjub" version = "0.10.0" authors = ["Sean Bowe ", "Eirik Ogilvie-Wigley ", "Jack Grigg "] description = "Implementation of the Jubjub elliptic curve group" homepage = "https://github.com/zkcrypto/jubjub" documentation = "https://docs.rs/jubjub/" license = "MIT/Apache-2.0" repository = "https://github.com/zkcrypto/jubjub" resolver = "2" [[bench]] name = "fq_bench" harness = false [[bench]] name = "fr_bench" harness = false [[bench]] name = "point_bench" harness = false [dependencies.bitvec] version = "1" default-features = false [dependencies.bls12_381] version = "0.8" default-features = false [dependencies.ff] version = "0.13" default-features = false [dependencies.group] version = "0.13" default-features = false [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.csv] version = ">= 1.0, < 1.2" [dev-dependencies.rand_xorshift] version = "0.3" default-features = false [features] alloc = ["ff/alloc", "group/alloc"] bits = ["ff/bits"] default = ["alloc", "bits"]