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.

68 lines
1.1 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. "secp256k1",
  24. "secq256k1",
  25. "curve25519",
  26. "ed25519",
  27. ]
  28. resolver = "2"
  29. [profile.release]
  30. opt-level = 3
  31. lto = "thin"
  32. incremental = true
  33. panic = 'abort'
  34. [profile.bench]
  35. opt-level = 3
  36. debug = false
  37. rpath = false
  38. lto = "thin"
  39. incremental = true
  40. debug-assertions = false
  41. [profile.dev]
  42. opt-level = 0
  43. panic = 'abort'
  44. [profile.test]
  45. opt-level = 3
  46. lto = "thin"
  47. incremental = true
  48. debug-assertions = true
  49. debug = true
  50. [patch.crates-io]
  51. ark-ff = { git = "https://github.com/arkworks-rs/algebra/", branch = "release-0.4" }
  52. ark-poly = { git = "https://github.com/arkworks-rs/algebra/", branch = "release-0.4" }
  53. ark-serialize = { git = "https://github.com/arkworks-rs/algebra/", branch = "release-0.4" }