# 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 = "gfx-solana-utils" version = "0.3.1" authors = ["Weiyuan Wu "] description = "Utility functions/traits for calling Solana smart contracts." readme = "README.md" license = "MIT" repository = "https://github.com/GooseFX1/gfx-solana-utils" resolver = "2" [dependencies.anchor-client] version = "0.19" [dependencies.anchor-lang] version = "0.19" [dependencies.anyhow] version = "1" [dependencies.bs58] version = "0.4" [dependencies.fehler] version = "1" [dependencies.num-traits] version = "0.2" [dependencies.once_cell] version = "1" [dependencies.shellexpand] version = "2" [dependencies.solana-account-decoder] version = "1" [dependencies.solana-client] version = "1" [dependencies.solana-sdk] version = "1" [dependencies.spl-associated-token-account] version = "1" [dependencies.spl-token] version = "3"