# 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 = "bloock-babyjubjub-rs" version = "0.0.11" authors = [ "arnaucube ", "Marc BaquƩ ", ] description = "BabyJubJub elliptic curve implementation" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/bloock/babyjubjub-rs" [profile.dev] opt-level = 1 incremental = true [[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.bloock-blake-rs] version = "0.1.0" [dependencies.bloock-poseidon-rs] version = "0.1.5" [dependencies.ff] version = "0.13" features = ["derive"] package = "ff_ce" [dependencies.generic-array] version = "0.14" [dependencies.getrandom] version = "0.2.7" features = ["js"] [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.rand] version = "0.8.5" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.hex] version = "0.4" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3.32"