# 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-sdk" version = "0.3.1" description = "SDK for Private Solana Programs" license = "GPL-3.0" resolver = "1" [lib] name = "light_verifier_sdk" crate-type = [ "cdylib", "lib", ] [dependencies.aligned-sized] version = "0.1.0" [dependencies.anchor-lang] version = "0.28.0" [dependencies.anchor-spl] version = "0.28.0" [dependencies.ark-bn254] version = "0.3.0" [dependencies.ark-ec] version = "0.3.0" [dependencies.ark-ff] version = "^0.3.0" default-features = false [dependencies.ark-std] version = "^0.3.0" default-features = false [dependencies.borsh] version = "0.9.3" [dependencies.groth16-solana] version = "0.0.2" [dependencies.light-merkle-tree] version = "0.1.1" features = ["solana"] [dependencies.light-merkle-tree-program] version = "0.3.1" features = ["cpi"] [dependencies.spl-token] version = "3.3.0"