# 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 = "voter-stake-registry" version = "0.2.4" description = "a voter weight plugin for spl-governance" homepage = "https://github.com/blockworks-foundation/voter-stake-registry" license = "GPL-3.0-or-later" [lib] name = "voter_stake_registry" crate-type = ["cdylib", "lib"] doctest = false [dependencies.anchor-lang] version = "0.24.2" features = ["init-if-needed"] [dependencies.anchor-spl] version = "0.24.2" [dependencies.bytemuck] version = "1.9.1" [dependencies.solana-program] version = "~1.9.13" [dependencies.spl-governance] version = "=2.2.1" features = ["no-entrypoint"] [dependencies.spl-governance-addin-api] version = "=0.1.1" [dependencies.static_assertions] version = "1.1" [dev-dependencies.base64] version = "0.13.0" [dev-dependencies.bincode] version = "^1.3.1" [dev-dependencies.bytemuck] version = "^1.7.2" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.log] version = "0.4.14" [dev-dependencies.serde] version = "^1.0" [dev-dependencies.solana-logger] version = "~1.9.13" [dev-dependencies.solana-program-test] version = "~1.9.13" [dev-dependencies.solana-sdk] version = "~1.9.13" [dev-dependencies.spl-associated-token-account] version = "^1.0.3" features = ["no-entrypoint"] [dev-dependencies.spl-token] version = "^3.0.0" features = ["no-entrypoint"] [features] cpi = ["no-entrypoint"] default = [] localnet = [] no-entrypoint = [] no-idl = [] test-bpf = []