[[bench]]
harness = false
name = "process_compute_budget_instructions"
path = "benches/process_compute_budget_instructions.rs"
[dependencies.log]
version = "0.4.22"
[dependencies.solana-builtins-default-costs]
version = "2.1.0"
[dependencies.solana-compute-budget]
version = "2.1.0"
[dependencies.solana-pubkey]
version = "2.1.0"
[dependencies.solana-sdk]
version = "2.1.0"
[dependencies.solana-svm-transaction]
version = "2.1.0"
[dependencies.thiserror]
version = "2.0.6"
[dev-dependencies.bincode]
version = "1.3.3"
[dev-dependencies.criterion]
version = "0.5.1"
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.solana-program]
version = "2.1.0"
[features]
dev-context-only-utils = []
[lib]
crate-type = ["lib"]
name = "solana_compute_budget_instruction"
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 Compute Budget Instruction"
documentation = "https://docs.rs/solana-compute-budget-instruction"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "solana-compute-budget-instruction"
readme = false
repository = "https://github.com/anza-xyz/agave"
version = "0.0.2"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]