2019-06-11 11:45:13 -07:00
|
|
|
[package]
|
|
|
|
name = "solana-bpf-rust-dep-crate"
|
2022-07-11 21:30:38 -07:00
|
|
|
version = "1.11.4"
|
2019-09-17 10:21:22 -07:00
|
|
|
description = "Solana BPF test program written in Rust"
|
2020-06-13 14:41:05 -07:00
|
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
2019-06-11 11:45:13 -07:00
|
|
|
repository = "https://github.com/solana-labs/solana"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
homepage = "https://solana.com/"
|
2021-03-10 12:46:17 -08:00
|
|
|
documentation = "https://docs.rs/solana-bpf-rust-dep-crate"
|
2021-11-30 16:47:00 -08:00
|
|
|
edition = "2021"
|
2019-06-11 11:45:13 -07:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
byteorder = { version = "1", default-features = false }
|
2022-03-16 17:21:07 -07:00
|
|
|
# list of crates which must be buildable for bpf programs
|
2022-07-11 21:30:38 -07:00
|
|
|
solana-address-lookup-table-program = { path = "../../../../programs/address-lookup-table", version = "=1.11.4" }
|
|
|
|
solana-program = { path = "../../../../sdk/program", version = "=1.11.4" }
|
2019-06-11 11:45:13 -07:00
|
|
|
|
|
|
|
[lib]
|
2019-09-17 10:21:22 -07:00
|
|
|
crate-type = ["cdylib"]
|
2020-04-16 18:18:28 -07:00
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ["x86_64-unknown-linux-gnu"]
|