# 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 = "miraland-zk-token-sdk" version = "1.18.3" authors = [ "Miraland Crafters ", "Miraland Labs Maintainers ", ] description = "Miraland Zk Token SDK" homepage = "https://solanalabs.com/" documentation = "https://docs.rs/miraland-zk-token-sdk" license = "Apache-2.0" repository = "https://github.com/miraland-labs/miraland" [lib] name = "solana_zk_token_sdk" crate-type = [ "cdylib", "rlib", ] [dependencies.base64] version = "0.21.7" [dependencies.bytemuck] version = "1.14.3" features = ["derive"] [dependencies.miraland-program] version = "=1.18.3" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dev-dependencies.tiny-bip39] version = "0.8.2" [target."cfg(not(target_os = \"solana\"))".dependencies.aes-gcm-siv] version = "0.10.3" [target."cfg(not(target_os = \"solana\"))".dependencies.bincode] version = "1.3.3" [target."cfg(not(target_os = \"solana\"))".dependencies.byteorder] version = "1.5.0" [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.miraland-sdk] version = "=1.18.3" [target."cfg(not(target_os = \"solana\"))".dependencies.rand] version = "0.7" [target."cfg(not(target_os = \"solana\"))".dependencies.serde] version = "1.0.197" features = ["derive"] [target."cfg(not(target_os = \"solana\"))".dependencies.serde_json] version = "1.0.114" [target."cfg(not(target_os = \"solana\"))".dependencies.sha3] version = "0.9" [target."cfg(not(target_os = \"solana\"))".dependencies.subtle] version = "2.4.1" [target."cfg(not(target_os = \"solana\"))".dependencies.thiserror] version = "1.0.57" [target."cfg(not(target_os = \"solana\"))".dependencies.zeroize] version = "1.3" features = ["zeroize_derive"] default-features = false