2023-02-15 07:43:51 -08:00
|
|
|
[package]
|
|
|
|
name = "pyth-solana-receiver"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Created with Anchor"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib", "lib"]
|
|
|
|
name = "pyth_solana_receiver"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
no-entrypoint = []
|
|
|
|
no-idl = []
|
|
|
|
no-log-ix-name = []
|
|
|
|
cpi = ["no-entrypoint"]
|
|
|
|
default = []
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anchor-lang = "0.26.0"
|
2023-03-13 10:45:51 -07:00
|
|
|
wormhole-core = { git = "https://github.com/guibescos/wormhole", branch = "reisen/sdk-solana"}
|
|
|
|
wormhole-solana = { git = "https://github.com/guibescos/wormhole", branch = "reisen/sdk-solana"}
|
|
|
|
pyth-wormhole-attester-sdk = { path = "../../../../wormhole_attester/sdk/rust" }
|
2023-04-05 10:44:45 -07:00
|
|
|
solana-program = "1.15.2"
|
|
|
|
hex = "0.4.3"
|
2023-03-13 10:45:51 -07:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
pyth-sdk = "0.5.0"
|
|
|
|
pyth-sdk-solana = "0.1.0"
|
2023-04-05 10:44:45 -07:00
|
|
|
solana-program-test = "=1.15.2"
|
|
|
|
solana-sdk = "=1.15.2"
|
|
|
|
tokio = "1.14.1"
|
|
|
|
bincode = "1.3.3"
|
|
|
|
libsecp256k1 = "0.7.1"
|
|
|
|
rand = "0.8.5"
|