[dependencies.anchor-lang]
features = ["init-if-needed"]
version = "0.25.0"
[dependencies.anchor-spl]
features = ["dex"]
version = "0.25.0"
[dependencies.solana-program]
version = "=1.10.29"
[features]
cpi = ["no-entrypoint"]
default = ["mainnet"]
mainnet = []
no-entrypoint = []
no-idl = []
[lib]
crate-type = ["cdylib", "lib"]
name = "volt_abi"
[package]
authors = ["alex wlezien <alex@friktionlabs.com>"]
description = "Interface for composing on Friktion Volt Program"
edition = "2021"
homepage = "https://app.friktion.fi"
keywords = ["solana", "friktion", "volt", "program", "abi"]
license = "Apache-2.0"
name = "volt-abi"
repository = "https://github.com/Friktion-Labs/volt-abi"
resolver = "2"
version = "0.11.0"