light-verifier 10.0.0

ZKP proof verifier used in Light Protocol
Documentation
# 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 = "10.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ZKP proof verifier used in Light Protocol"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Lightprotocol/light-protocol"

[features]
anchor = ["solana"]
default = []
pinocchio = [
    "dep:pinocchio",
    "light-compressed-account/pinocchio",
]
solana = [
    "solana-program-error",
    "light-compressed-account/solana",
    "solana-msg",
]

[lib]
name = "light_verifier"
path = "src/lib.rs"

[dependencies.groth16-solana]
version = "0.2.0"

[dependencies.light-compressed-account]
version = "0.11.0"
features = ["std"]
default-features = false

[dependencies.pinocchio]
version = "0.9"
optional = true

[dependencies.solana-msg]
version = "2.2"
optional = true

[dependencies.solana-program-error]
version = "2.2"
optional = true

[dependencies.thiserror]
version = "2.0"

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = ['cfg(target_os, values("solana"))']