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.

69 lines
1.3 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. [workspace]
  2. members = [
  3. "curve-constraint-tests",
  4. "bls12_377",
  5. "ed_on_bls12_377",
  6. "bw6_761",
  7. "ed_on_bw6_761",
  8. "cp6_782",
  9. "ed_on_cp6_782",
  10. "bls12_381",
  11. "ed_on_bls12_381",
  12. "ed_on_bls12_381_bandersnatch",
  13. "bn254",
  14. "ed_on_bn254",
  15. "mnt4_298",
  16. "mnt6_298",
  17. "ed_on_mnt4_298",
  18. "mnt4_753",
  19. "mnt6_753",
  20. "ed_on_mnt4_753",
  21. "pallas",
  22. "vesta",
  23. ]
  24. resolver = "2"
  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. # To be removed in the new release.
  47. [patch.crates-io]
  48. ark-ec = { git = "https://github.com/arkworks-rs/algebra" }
  49. ark-ff = { git = "https://github.com/arkworks-rs/algebra" }
  50. ark-serialize = { git = "https://github.com/arkworks-rs/algebra" }
  51. ark-algebra-bench-templates = { git = "https://github.com/arkworks-rs/algebra" }
  52. ark-algebra-test-templates = { git = "https://github.com/arkworks-rs/algebra" }
  53. ark-r1cs-std = { git = "https://github.com/arkworks-rs/r1cs-std" }
  54. ark-std = { git = "https://github.com/arkworks-rs/std" }