spl-single-pool 5.0.0

Solana Program Library Single-Validator Stake Pool
Documentation
# 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-single-pool"
version = "5.0.0"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solana Program Library Single-Validator Stake Pool"
readme = false
license = "Apache-2.0"
repository = "https://github.com/solana-program/single-pool"

[features]
custom-heap = []
custom-panic = []
no-entrypoint = []

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

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

[dependencies.arrayref]
version = "0.3.9"

[dependencies.borsh]
version = "1.6.1"

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

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

[dependencies.num_enum]
version = "0.7.6"

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.solana-stake-interface]
version = "2.0.1"
features = [
    "bincode",
    "borsh",
    "sysvar",
]

[dependencies.solana-system-interface]
version = "3.0.0"
features = ["bincode"]

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

[dependencies.solana-vote-interface]
version = "5.0.0"
features = ["bincode"]

[dependencies.spl-token-interface]
version = "2.0.0"

[dependencies.thiserror]
version = "2.0"

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

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

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

[dev-dependencies.solana-account]
version = "3.4"

[dev-dependencies.solana-hash]
version = "4.2"

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

[dev-dependencies.solana-keypair]
version = "3.0"

[dev-dependencies.solana-program-test]
version = "3.1.3"
features = ["agave-unstable-api"]

[dev-dependencies.solana-signer]
version = "3.0"

[dev-dependencies.solana-transaction]
version = "3.0"

[dev-dependencies.solana-transaction-error]
version = "3.1"

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

[dev-dependencies.strum]
version = "0.28.0"

[dev-dependencies.strum_macros]
version = "0.28.0"

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

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