solana-compute-budget-program 3.1.13

Solana Compute Budget program
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-compute-budget-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 Compute Budget program"
homepage = "https://anza.xyz/"
documentation = "https://docs.rs/solana-compute-budget-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_compute_budget_program"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.solana-program-runtime]
version = "=3.1.13"
features = ["agave-unstable-api"]