The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hyperlane-monorepo/rust/sealevel/programs/mailbox-test/Cargo.toml

40 lines
1.3 KiB

cargo-features = ["workspace-inheritance"]
[package]
name = "hyperlane-sealevel-mailbox-test"
version = "0.1.0"
edition = "2021"
[features]
no-entrypoint = []
[dev-dependencies]
base64.workspace = true
borsh.workspace = true
itertools.workspace = true
log.workspace = true
num-derive.workspace = true
num-traits.workspace = true
solana-program-test.workspace = true
solana-program.workspace = true
solana-sdk.workspace = true
spl-noop.workspace = true
thiserror.workspace = true
access-control = { path = "../../libraries/access-control" }
account-utils = { path = "../../libraries/account-utils" }
hyperlane-core = { path = "../../../main/hyperlane-core" }
hyperlane-sealevel-interchain-security-module-interface = { path = "../../libraries/interchain-security-module-interface" }
hyperlane-sealevel-mailbox = { path = "../mailbox" }
hyperlane-sealevel-message-recipient-interface = { path = "../../libraries/message-recipient-interface" }
hyperlane-sealevel-test-ism = { path = "../ism/test-ism", features = [
"test-client",
] }
hyperlane-sealevel-test-send-receiver = { path = "../test-send-receiver", features = [
"test-client",
] }
hyperlane-test-utils = { path = "../../libraries/test-utils" }
serializable-account-meta = { path = "../../libraries/serializable-account-meta" }
[lib]
crate-type = ["cdylib", "lib"]