# 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 = "nezha-lottery" version = "0.0.1" authors = ["MLabs"] description = "Skeleton instruction apis for the nezha lottery\n" license = "Unlicense OR MIT" [lib] crate-type = ["cdylib", "lib"] [dependencies.arrayref] version = "0.3.6" [dependencies.borsh] version = "0.9" [dependencies.solana-program] version = "1.9.3" [dependencies.spl-token] version = "3.2" features = ["no-entrypoint"] [dependencies.thiserror] version = "1.0.30" [dev-dependencies.solana-program-test] version = "1.9.3" [dev-dependencies.solana-sdk] version = "1.9.3" [features] no-entrypoint = [] test-bpf = []