spl-single-pool 3.0.1

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

[dependencies.borsh]
version = "1.5.7"

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

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

[dependencies.num_enum]
version = "0.7.4"

[dependencies.solana-account-info]
version = "2.3"

[dependencies.solana-borsh]
version = "3.0"

[dependencies.solana-clock]
version = "2.2"

[dependencies.solana-cpi]
version = "2.2"

[dependencies.solana-instruction]
version = "2.2"

[dependencies.solana-msg]
version = "3.0"

[dependencies.solana-native-token]
version = "3.0"

[dependencies.solana-program-entrypoint]
version = "2.3"

[dependencies.solana-program-error]
version = "2.2"

[dependencies.solana-program-pack]
version = "2.2"

[dependencies.solana-pubkey]
features = ["borsh", "curve25519"]
version = "2.2"

[dependencies.solana-rent]
version = "2.2"

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

[dependencies.solana-stake-interface]
features = ["borsh"]
version = "1.2.1"

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

[dependencies.solana-sysvar]
version = "2.2"

[dependencies.solana-vote-interface]
version = "2.2.6"

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

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.agave-feature-set]
version = "2.2"

[dev-dependencies.approx]
version = "0.5.1"

[dev-dependencies.bincode]
version = "1.3.1"

[dev-dependencies.rand]
version = "0.9.2"

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

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

[dev-dependencies.spl-associated-token-account]
features = ["no-entrypoint"]
version = "7.0.0"

[dev-dependencies.spl-associated-token-account-client]
version = "2.0.0"

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

[features]
no-entrypoint = []

[lib]
crate-type = ["cdylib", "lib"]
name = "spl_single_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 = ["Anza Maintainers <maintainers@anza.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Solana Program Library Single-Validator Stake Pool"
edition = "2021"
license = "Apache-2.0"
name = "spl-single-pool"
readme = false
repository = "https://github.com/solana-program/single-pool"
version = "3.0.1"

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

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

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

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

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

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

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