Cargo.toml 540 B

123456789101112131415161718
  1. [package]
  2. name = "vanityaddr"
  3. version = "0.4.1"
  4. homepage = "https://dark.fi"
  5. description = "Vanity address generation tool for DarkFi keypairs, contract IDs, and token IDs"
  6. authors = ["Dyne.org foundation <foundation@dyne.org>"]
  7. repository = "https://github.com/darkrenaissance/darkfi"
  8. license = "AGPL-3.0-only"
  9. edition = "2021"
  10. [dependencies]
  11. arg = {git = "https://github.com/parazyd/arg"}
  12. bs58 = "0.5.0"
  13. ctrlc = "3.4.2"
  14. darkfi = {path = "../../", features = ["util"]}
  15. darkfi-sdk = {path = "../../src/sdk"}
  16. rand = "0.8.5"
  17. rayon = "1.8.0"