[[bench]]
name = "builtin_instruction_costs"
path = "benches/builtin_instruction_costs.rs"
[dependencies.ahash]
version = "0.8.11"
[dependencies.lazy_static]
version = "1.5.0"
[dependencies.log]
version = "0.4.22"
[dependencies.solana-address-lookup-table-program]
version = "=2.1.2"
[dependencies.solana-bpf-loader-program]
version = "=2.1.2"
[dependencies.solana-compute-budget-program]
version = "=2.1.2"
[dependencies.solana-config-program]
version = "=2.1.2"
[dependencies.solana-frozen-abi]
features = ["frozen-abi"]
optional = true
version = "=2.1.2"
[dependencies.solana-loader-v4-program]
version = "=2.1.2"
[dependencies.solana-sdk]
version = "=2.1.2"
[dependencies.solana-stake-program]
version = "=2.1.2"
[dependencies.solana-system-program]
version = "=2.1.2"
[dependencies.solana-vote-program]
version = "=2.1.2"
[dev-dependencies.rand]
version = "0.8.5"
[features]
frozen-abi = ["dep:solana-frozen-abi", "solana-vote-program/frozen-abi"]
[lib]
crate-type = ["lib"]
name = "solana_builtins_default_costs"
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 builtins default costs"
documentation = "https://docs.rs/solana-builtins-default-costs"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "solana-builtins-default-costs"
readme = false
repository = "https://github.com/anza-xyz/agave"
version = "2.1.2"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]