# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "miraland-zk-token-proof-program" version = "1.19.2" authors = [ "Miraland Crafters ", "Miraland Labs Maintainers ", ] description = "Miraland Zk Token Proof Program" homepage = "https://solanalabs.com/" license = "Apache-2.0" repository = "https://github.com/miraland-labs/miraland" [lib] name = "miraland_zk_token_proof_program" crate-type = ["lib"] [[bench]] name = "verify_proofs" harness = false [dependencies.bytemuck] version = "1.19.0" features = ["derive"] [dependencies.miraland-program-runtime] version = "=1.19.2" [dependencies.miraland-sdk] version = "=1.19.2" [dependencies.miraland-zk-token-sdk] version = "=1.19.2" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.curve25519-dalek] version = "3.2.1"