[package] name = "remote-executor" version = "0.1.0" description = "Created with Anchor" edition = "2021" [lib] crate-type = ["cdylib", "lib"] name = "remote_executor" [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] default = [] pythtest = [] [profile.release] overflow-checks = true [dependencies] anchor-lang = {version = "0.25.0", features = ["init-if-needed"]} wormhole-solana = { git = "https://github.com/guibescos/wormhole", branch = "reisen/sdk-solana"} wormhole-core = { git = "https://github.com/guibescos/wormhole", branch = "reisen/sdk-solana"} boolinator = "2.4.0" [dev-dependencies] solana-program-test = "=1.10.31" tokio = "1.14.1" solana-sdk = "=1.10.31" bincode = "1.3.3" rand = "0.8.5"