[dependencies.anchor-lang]
version = "0.29.0"
[features]
cpi = ["no-entrypoint"]
default = ["local"]
devnet = []
local = []
mainnet = []
no-entrypoint = []
no-idl = []
no-log-ix-name = []
[lib]
crate-type = ["cdylib", "lib"]
doctest = false
name = "may_cpi"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "CPI for the Mayflower program"
edition = "2021"
license = "MIT"
name = "may_cpi"
readme = "README.md"
resolver = "1"
version = "2026.1.11"