[package] name = "fri-study" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ark-std = "0.3.0" ark-ff = "0.3.0" ark-poly = "0.3.0" ark-bn254 = { version = "^0.3.0", default-features = false } ark-ed-on-bn254 = { version = "^0.3.0", default-features = true } ark-crypto-primitives = { version = "^0.3.0", default-features = true } rand = { version = "0.8", features = [ "std", "std_rng" ] } arkworks-utils = { git = "https://github.com/aragonzkresearch/arkworks-gadgets", name="arkworks-utils", features=["poseidon_bn254_x5_4"] } arkworks-native-gadgets = { git = "https://github.com/aragonzkresearch/arkworks-gadgets", name="arkworks-native-gadgets"}