spl-single-pool 1.0.2

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

[dependencies.borsh]
version = "1.5.3"

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

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

[dependencies.num_enum]
version = "0.7.3"

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

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

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

[dependencies.thiserror]
version = "2.0"

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

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

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

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

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

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

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

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

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

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

[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
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 = "1.0.2"

[[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 = "reactivate"
path = "tests/reactivate.rs"

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

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