# 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 = "groth16-solana" version = "0.0.3" description = "groth16 verification with solana alt_bn128 syscalls" readme = "README.md" license = "MIT" repository = "https://github.com/Lightprotocol/groth16-solana" [dependencies.ark-bn254] version = "0.4.0" [dependencies.ark-ec] version = "0.4.2" [dependencies.ark-ff] version = "0.4.2" [dependencies.ark-serialize] version = "0.4.2" [dependencies.solana-program] version = "1.17.14" [dependencies.thiserror] version = "1.0" [dev-dependencies.ark-std] version = "0.4.0" [dev-dependencies.array-bytes] version = "6.2.2" [dev-dependencies.serde] version = "1.0.195" [dev-dependencies.serde_json] version = "1.0.111"