# 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 = "solana-program-client" version = "0.1.0" description = "lightweight crate to call Solana programs" homepage = "https://github.com/cenwadike/solana-program-client" readme = "README.md" license = "MIT" repository = "https://github.com/cenwadike/solana-program-client" [lib] path = "src/lib.rs" [dependencies.anchor-client] version = "0.30.0" [dependencies.base64] version = "0.22.1" [dependencies.bincode] version = "1.3.3" [dependencies.borsh] version = "1.4.0" [dependencies.serde_json] version = "1.0.117" [dependencies.solana-address-lookup-table-program] version = "1.18.15" [dependencies.solana-client] version = "1.18.9" [dependencies.solana-sdk] version = "1.18.9" [dependencies.solana-transaction-status] version = "1.18.15" [dev-dependencies]