# 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 = "light-verifier" version = "1.1.0" description = "ZKP proof verifier used in Light Protocol" license = "Apache-2.0" repository = "https://github.com/Lightprotocol/light-protocol" [dependencies.borsh] version = "0.10" [dependencies.groth16-solana] version = "0.0.3" [dependencies.solana-program] version = "=1.18.22" optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.light-prover-client] version = "1.2.0" [dev-dependencies.reqwest] version = "0.11.24" features = [ "json", "rustls-tls", ] [dev-dependencies.tokio] version = "1.39.1" features = [ "rt", "macros", "rt-multi-thread", ] [features] solana = ["solana-program"]