# 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 = "babyjubjub-rs" version = "0.0.11" authors = ["arnaucube "] description = "BabyJubJub elliptic curve implementation" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/arnaucube/babyjubjub-rs" [[bench]] name = "bench_babyjubjub" harness = false [dependencies.arrayref] version = "0.3.5" [dependencies.blake] version = "2.0.1" optional = true [dependencies.blake-hash] version = "0.4.0" optional = true [dependencies.ff] version = "0.11" features = ["derive"] package = "ff_ce" [dependencies.generic-array] version = "0.14" [dependencies.lazy_static] version = "1.4.0" [dependencies.num] version = "0.4" [dependencies.num-bigint] version = "0.4" features = ["rand"] [dependencies.num-traits] version = "0.2.8" [dependencies.poseidon-rs] version = "0.0.8" [dependencies.rand] version = "0.8" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.hex] version = "0.4" [features] aarch64 = ["blake"] default = ["blake-hash"]