# 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 = "waffles-solana-zk-token-sdk" version = "1.16.0-alpha.11" authors = [ "Solana Maintainers ", ] description = "Waffle Labs maintained Solana Zk Token SDK" license = "Apache-2.0" repository = "https://github.com/waffles-labs/solana" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.base64] version = "0.13" [dependencies.bytemuck] version = "1.11.0" features = ["derive"] [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.solana-program] version = "=1.16.0-alpha.10" package = "waffles-solana-program" [target."cfg(not(target_os = \"solana\"))".dependencies.aes-gcm-siv] version = "0.10.3" [target."cfg(not(target_os = \"solana\"))".dependencies.arrayref] version = "0.3.6" [target."cfg(not(target_os = \"solana\"))".dependencies.bincode] version = "1" [target."cfg(not(target_os = \"solana\"))".dependencies.byteorder] version = "1" [target."cfg(not(target_os = \"solana\"))".dependencies.cipher] version = "0.4" [target."cfg(not(target_os = \"solana\"))".dependencies.curve25519-dalek] version = "3.2.1" features = ["serde"] [target."cfg(not(target_os = \"solana\"))".dependencies.getrandom] version = "0.1" features = ["dummy"] [target."cfg(not(target_os = \"solana\"))".dependencies.itertools] version = "0.10.5" [target."cfg(not(target_os = \"solana\"))".dependencies.lazy_static] version = "1.4.0" [target."cfg(not(target_os = \"solana\"))".dependencies.merlin] version = "3" [target."cfg(not(target_os = \"solana\"))".dependencies.rand] version = "0.7" [target."cfg(not(target_os = \"solana\"))".dependencies.serde] version = "1.0" features = ["derive"] [target."cfg(not(target_os = \"solana\"))".dependencies.serde_json] version = "1.0" [target."cfg(not(target_os = \"solana\"))".dependencies.sha3] version = "0.9" [target."cfg(not(target_os = \"solana\"))".dependencies.solana-sdk] version = "=1.16.0-alpha.10" package = "waffles-solana-sdk" [target."cfg(not(target_os = \"solana\"))".dependencies.subtle] version = "2" [target."cfg(not(target_os = \"solana\"))".dependencies.thiserror] version = "1.0" [target."cfg(not(target_os = \"solana\"))".dependencies.zeroize] version = "1.3" features = ["zeroize_derive"] default-features = false