# 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 = "sunburn" version = "0.2.0" authors = ["Yechan Bae "] description = "A PoC library for Solana smart contracts" readme = "README.md" license = "MIT OR Apache-2.0" resolver = "2" [dependencies.log] version = "0.4" [dependencies.solana-bpf-loader-program] version = "~1.10.10" [dependencies.solana-client] version = "~1.10.10" [dependencies.solana-logger] version = "~1.10.10" [dependencies.solana-program-test] version = "~1.10.10" [dependencies.solana-runtime] version = "~1.10.10" [dependencies.solana-sdk] version = "~1.10.10" [dependencies.solana-transaction-status] version = "~1.10.10" [dependencies.spl-associated-token-account] version = "1.0.3" [dependencies.spl-token] version = "3.2.0" [dependencies.thiserror] version = "1.0"