solana-program-binaries 3.1.8

Prebuilt SPL and Core BPF programs
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-program-binaries"
version = "3.1.8"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Prebuilt SPL and Core BPF programs"
homepage = "https://anza.xyz/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/anza-xyz/agave"

[features]
agave-unstable-api = []

[lib]
name = "solana_program_binaries"
path = "src/lib.rs"

[dependencies.bincode]
version = "1.3.3"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

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

[dependencies.solana-loader-v3-interface]
version = "6.1.0"
features = [
    "bincode",
    "serde",
]

[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.spl-generic-token]
version = "2.0.0"