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.

16 lines
360 B

5 years ago
5 years ago
  1. [package]
  2. name = "poseidon-rs"
  3. version = "0.0.1"
  4. authors = ["arnaucube <root@arnaucube.com>"]
  5. edition = "2018"
  6. license = "GPL-3.0"
  7. description = "Poseidon hash implementation"
  8. repository = "https://github.com/arnaucube/poseidon-rs"
  9. readme = "README.md"
  10. [dependencies]
  11. num = "0.2.0"
  12. num-bigint = "0.2.2"
  13. num-traits = "0.2.8"
  14. blake2 = "0.8"
  15. rustc-hex = "1.0.0"