gorb-ct-proof-extraction 1.0.0

Gorb Token Library Confidential Transfer Proof Extraction
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 = "gorb-ct-proof-extraction"
version = "1.0.0"
authors = ["Gorblin <goranon10@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Gorb Token Library Confidential Transfer Proof Extraction"
readme = false
license = "Apache-2.0"
repository = "https://github.com/gorblin-gabana/Token2022"

[lib]
name = "gorb_ct_proof_extraction"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

[dependencies.bytemuck]
version = "1.20.0"

[dependencies.gorb-pod]
version = "1.0.0"

[dependencies.solana-curve25519]
version = "2.1.0"

[dependencies.solana-program]
version = "2.1.0"

[dependencies.solana-zk-sdk]
version = "2.1.0"

[dependencies.thiserror]
version = "2.0.7"