rln 1.0.0

APIs to manage, compute and verify zkSNARK proofs and RLN primitives
[tasks.build]
command = "cargo"
args = ["build", "--release"]

[tasks.test]
command = "cargo"
args = ["test", "--release", "--", "--nocapture"]

[tasks.test_stateless]
command = "cargo"
args = [
	"test",
	"--release",
	"--no-default-features",
	"--features",
	"stateless",
	"--",
	"--nocapture",
]

[tasks.bench]
command = "cargo"
args = ["bench"]