# 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 = "spam-program" version = "1.2.0" description = "The ultimate Solana testnet challenge! Make transactions, stress test the network, and earn SPAM tokens." homepage = "https://spam.supply" documentation = "https://spam.supply" readme = "./README.md" keywords = [ "solana", "crypto", "mining", ] license = "Apache-2.0" repository = "https://github.com/cookspam/spam" [lib] name = "spam" crate-type = [ "cdylib", "lib", ] [dependencies.bs58] version = "0.5.0" [dependencies.bytemuck] version = "1.14.3" [dependencies.num_enum] version = "0.7.2" [dependencies.shank] version = "0.3.0" [dependencies.solana-program] version = "^1.16" [dependencies.spl-associated-token-account] version = "^2.2" features = ["no-entrypoint"] [dependencies.spl-token] version = "^4" features = ["no-entrypoint"] [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.57" [dev-dependencies.bs64] version = "0.1.2" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.solana-program-test] version = "^1.16" [dev-dependencies.solana-sdk] version = "^1.16" [dev-dependencies.tokio] version = "1.35" features = ["full"] [features] default = [] no-entrypoint = []