[dependencies.solana-account-info]
version = "=2.1.2"
[dependencies.solana-msg]
version = "=2.1.2"
[dependencies.solana-program-error]
version = "=2.1.2"
[dependencies.solana-pubkey]
default-features = false
version = "=2.1.2"
[lib]
name = "solana_program_entrypoint"
path = "src/lib.rs"
[package]
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "The Solana BPF program entrypoint supported by the latest BPF loader."
documentation = "https://docs.rs/solana-program-entrypoint"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "solana-program-entrypoint"
readme = false
repository = "https://github.com/anza-xyz/agave"
version = "2.1.2"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]