[package] name = "gg" version = "0.4.1" description = """\ Genesis Generator, a command-line utility to generate,\ display and verify a bs58 encoded Darkfi genesis block\ """ authors = ["Dyne.org foundation "] repository = "https://github.com/darkrenaissance/darkfi" license = "AGPL-3.0-only" edition = "2021" [workspace] [dependencies] # Darkfi darkfi = {path = "../../../", features = ["validator"]} darkfi-contract-test-harness = {path = "../../../src/contract/test-harness"} darkfi-serial = {path = "../../../src/serial"} # Misc anyhow = "1.0.80" async-std = {version = "1.12.0", features = ["attributes"]} clap = {version = "4.5.2", features = ["derive"]} sled = "0.34.7" [patch.crates-io] halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v4"} halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v4"} blake2b_simd = {git="https://github.com/parazyd/blake2_simd", branch="impl-common"}