# 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 = "bellperson-emulated" version = "0.2.0" authors = ["Saravanan Vijayakumaran "] description = "Nonnative arithmetic library using bellperson inspired by the emulated package in Gnark" homepage = "https://github.com/avras/bellperson-emulated" documentation = "https://docs.rs/bellperson-emulated" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/avras/bellperson-emulated" [dependencies.bellperson] version = "0.25.0" default-features = false [dependencies.ff] version = "0.13.0" [dependencies.num-bigint] version = "0.4.3" features = ["rand"] [dependencies.num-traits] version = "0.2.15" [dev-dependencies.pasta_curves] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5"