# 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 = "agsol-testbench" version = "0.0.1-alpha.3" authors = ["Agora DAO "] description = "Testbench utilities for testing solana programs locally" license = "MIT" repository = "https://github.com/agoraxyz/agora-solana" [dependencies.borsh] version = "0.9.0" [dependencies.serde] version = "1.0" [dependencies.solana-program] version = "1.9.0" [dependencies.solana-program-runtime] version = "1.9.0" [dependencies.solana-program-test] version = "1.9.0" [dependencies.solana-sdk] version = "1.9.0" [dependencies.spl-token] version = "3.3.0" features = ["no-entrypoint"] [dependencies.thiserror] version = "1.0"