# 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 = "2018" name = "solana-test-utils" version = "0.1.19" authors = ["Pavlos Polianidis "] description = "Helper crate that can be used when writing tests against Solana (and more specifically Anchor) programs." homepage = "https://github.com/Apocentre/solana-test-utils" documentation = "https://docs.rs/solana-test-utils/" readme = "README.md" keywords = ["solana", "blockchain", "test", "anchor"] license-file = "LICENSE" repository = "https://github.com/Apocentre/solana-safe-math" [dependencies.anchor-lang] version = "0.21.0" features = ["init-if-needed"] [dependencies.anchor-spl] version = "0.21.0" [dependencies.bincode] version = "1.3.2" [dependencies.borsh] version = "0.9" [dependencies.futures] version = "0.3" [dependencies.rs_merkle] version = "1.1.0" [dependencies.solana-program-runtime] version = "1.9.6" [dependencies.solana-program-test] version = "1.8.0" [dependencies.solana-sdk] version = "1.9.5" [dependencies.spl-associated-token-account] version = "1.0.3" features = ["no-entrypoint"] [dependencies.spl-token] version = "3.1.1" features = ["no-entrypoint"]