[package] name = "meteora-vaults" version = "0.2.0" edition = "2021" description = "CPIs for The Meteora Vault Program" authors = ["Ian Macalinao "] repository = "https://github.com/saber-hq/anchor-gen" license = "Apache-2.0" keywords = ["solana", "anchor","meteora"] [features] default = ["cpi"] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] [dependencies] anchor-gen = { version = "0.3.1" } anchor-lang = "0.28.0"