[package] name = "bellperson-emulated" version = "0.2.0" edition = "2021" authors = ["Saravanan Vijayakumaran "] license = "MIT OR Apache-2.0" description = "Nonnative arithmetic library using bellperson inspired by the emulated package in Gnark" documentation = "https://docs.rs/bellperson-emulated" homepage = "https://github.com/avras/bellperson-emulated" repository = "https://github.com/avras/bellperson-emulated" [dependencies] bellperson = { version = "0.25.0", default-features = false } ff = "0.13.0" num-bigint = { version = "0.4.3", features = ["rand"] } num-traits = "0.2.15" [dev-dependencies] pasta_curves = "0.5.1" rand = "0.8.5"