You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
938 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
3 years ago
  1. [workspace]
  2. members = [
  3. "curve-benches",
  4. "curve-constraint-tests",
  5. "bls12_377",
  6. "ed_on_bls12_377",
  7. "bw6_761",
  8. "ed_on_bw6_761",
  9. "cp6_782",
  10. "ed_on_cp6_782",
  11. "bls12_381",
  12. "ed_on_bls12_381",
  13. "ed_on_bls12_381_bandersnatch",
  14. "bn254",
  15. "ed_on_bn254",
  16. "mnt4_298",
  17. "mnt6_298",
  18. "ed_on_mnt4_298",
  19. "mnt4_753",
  20. "mnt6_753",
  21. "ed_on_mnt4_753",
  22. "pallas",
  23. "vesta",
  24. ]
  25. [profile.release]
  26. opt-level = 3
  27. lto = "thin"
  28. incremental = true
  29. panic = 'abort'
  30. [profile.bench]
  31. opt-level = 3
  32. debug = false
  33. rpath = false
  34. lto = "thin"
  35. incremental = true
  36. debug-assertions = false
  37. [profile.dev]
  38. opt-level = 0
  39. panic = 'abort'
  40. [profile.test]
  41. opt-level = 3
  42. lto = "thin"
  43. incremental = true
  44. debug-assertions = true
  45. debug = true
  46. [patch.crates-io]
  47. ark-r1cs-std = { git = "https://github.com/arkworks-rs/r1cs-std", branch = "reduce-generics", optional = true, default-features = false }