spl-stake-pool 2.0.3

Solana Program Library Stake Pool
Documentation
[dependencies.arrayref]
version = "0.3.9"

[dependencies.bincode]
version = "1.3.1"

[dependencies.borsh]
version = "1.5.7"

[dependencies.bytemuck]
version = "1.23"

[dependencies.num-derive]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.num_enum]
version = "0.7.4"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_derive]
version = "1.0.103"

[dependencies.solana-program]
version = "2.3.0"

[dependencies.solana-security-txt]
version = "1.1.1"

[dependencies.solana-stake-interface]
version = "1"

[dependencies.solana-system-interface]
version = "1"

[dependencies.spl-pod]
features = ["borsh"]
version = "0.5.1"

[dependencies.spl-token-2022]
features = ["no-entrypoint"]
version = "9.0.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.proptest]
version = "1.7"

[dev-dependencies.solana-program-test]
version = "2.3.4"

[dev-dependencies.solana-sdk]
version = "2.2.1"

[dev-dependencies.solana-vote-program]
version = "2.2.0"

[dev-dependencies.spl-token]
features = ["no-entrypoint"]
version = "8.0"

[dev-dependencies.test-case]
version = "3.3"

[features]
no-entrypoint = []
test-sbf = []

[lib]
crate-type = ["cdylib", "lib"]
name = "spl_stake_pool"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(target_os, values("solana"))', 'cfg(feature, values("frozen-abi", "no-entrypoint"))']
level = "warn"
priority = 0

[package]
authors = ["Solana Labs Maintainers <maintainers@solanalabs.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Solana Program Library Stake Pool"
edition = "2021"
license = "Apache-2.0"
name = "spl-stake-pool"
readme = false
repository = "https://github.com/solana-labs/solana-program-library"
version = "2.0.3"

[[test]]
name = "create_pool_token_metadata"
path = "tests/create_pool_token_metadata.rs"

[[test]]
name = "decrease"
path = "tests/decrease.rs"

[[test]]
name = "deposit"
path = "tests/deposit.rs"

[[test]]
name = "deposit_authority"
path = "tests/deposit_authority.rs"

[[test]]
name = "deposit_edge_cases"
path = "tests/deposit_edge_cases.rs"

[[test]]
name = "deposit_sol"
path = "tests/deposit_sol.rs"

[[test]]
name = "force_destake"
path = "tests/force_destake.rs"

[[test]]
name = "huge_pool"
path = "tests/huge_pool.rs"

[[test]]
name = "increase"
path = "tests/increase.rs"

[[test]]
name = "initialize"
path = "tests/initialize.rs"

[[test]]
name = "set_deposit_fee"
path = "tests/set_deposit_fee.rs"

[[test]]
name = "set_epoch_fee"
path = "tests/set_epoch_fee.rs"

[[test]]
name = "set_funding_authority"
path = "tests/set_funding_authority.rs"

[[test]]
name = "set_manager"
path = "tests/set_manager.rs"

[[test]]
name = "set_preferred"
path = "tests/set_preferred.rs"

[[test]]
name = "set_referral_fee"
path = "tests/set_referral_fee.rs"

[[test]]
name = "set_staker"
path = "tests/set_staker.rs"

[[test]]
name = "set_withdrawal_fee"
path = "tests/set_withdrawal_fee.rs"

[[test]]
name = "update_pool_token_metadata"
path = "tests/update_pool_token_metadata.rs"

[[test]]
name = "update_stake_pool_balance"
path = "tests/update_stake_pool_balance.rs"

[[test]]
name = "update_validator_list_balance"
path = "tests/update_validator_list_balance.rs"

[[test]]
name = "update_validator_list_balance_hijack"
path = "tests/update_validator_list_balance_hijack.rs"

[[test]]
name = "vsa_add"
path = "tests/vsa_add.rs"

[[test]]
name = "vsa_remove"
path = "tests/vsa_remove.rs"

[[test]]
name = "withdraw"
path = "tests/withdraw.rs"

[[test]]
name = "withdraw_edge_cases"
path = "tests/withdraw_edge_cases.rs"

[[test]]
name = "withdraw_sol"
path = "tests/withdraw_sol.rs"

[[test]]
name = "withdraw_with_fee"
path = "tests/withdraw_with_fee.rs"