# 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-psp2in2out-storage" version = "0.3.1" description = "Native PSP which can verify 2 inputsn and 2 outpus with additional data to store." license = "GPL-3.0" resolver = "1" [lib] name = "light_psp2in2out_storage" crate-type = [ "cdylib", "lib", ] [dependencies.aligned-sized] version = "0.1.0" [dependencies.anchor-lang] version = "0.28.0" features = ["init-if-needed"] [dependencies.anchor-spl] version = "0.28.0" [dependencies.groth16-solana] version = "0.0.2" [dependencies.light-macros] version = "0.3.1" [dependencies.light-merkle-tree-program] version = "0.3.1" features = ["cpi"] [dependencies.light-verifier-sdk] version = "0.3.1" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] no-log-ix-name = []