solana-stake-program 3.1.13

Solana Stake program helpers
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 = "solana-stake-program"
version = "3.1.13"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solana Stake program helpers"
homepage = "https://anza.xyz/"
documentation = "https://docs.rs/solana-stake-program"
readme = false
license = "Apache-2.0"
repository = "https://github.com/anza-xyz/agave"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[features]
agave-unstable-api = []

[lib]
name = "solana_stake_program"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.agave-feature-set]
version = "=3.1.13"
features = ["agave-unstable-api"]

[dependencies.bincode]
version = "1.3.3"

[dependencies.log]
version = "0.4.28"

[dependencies.solana-account]
version = "3.2.0"

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

[dependencies.solana-config-interface]
version = "2.0.0"
features = ["bincode"]

[dependencies.solana-genesis-config]
version = "3.0.0"

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

[dependencies.solana-pubkey]
version = "3.0.0"
default-features = false

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

[dependencies.solana-sdk-ids]
version = "3.0.0"

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

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

[dependencies.solana-transaction-context]
version = "=3.1.13"
features = [
    "agave-unstable-api",
    "bincode",
    "bincode",
]

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

[lints.clippy]
arithmetic_side_effects = "deny"
default_trait_access = "deny"
manual_let_else = "deny"
used_underscore_binding = "deny"

[lints.rust]
warnings = "deny"

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