# 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 = "spl-governance-test-sdk" version = "0.1.4" authors = ["Solana Labs Maintainers "] description = "Solana Program Library Governance Program Test SDK" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/solana-labs/solana-program-library" [dependencies.arrayref] version = "0.3.7" [dependencies.bincode] version = "1.3.2" [dependencies.borsh] version = "0.10" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0.195" [dependencies.serde_derive] version = "1.0.103" [dependencies.solana-program] version = "1.17.13" [dependencies.solana-program-test] version = "1.17.13" [dependencies.solana-sdk] version = "1.17.13" [dependencies.spl-token] version = "4.0" features = ["no-entrypoint"] [dependencies.thiserror] version = "1.0"