[package] name = "phase-protocol-sdk" version = "0.3.0" description = "Integration SDK for phase-protocol and fundraising programs" edition = "2021" license = "Apache-2.0" keywords = ["solana", "phase", "escrow"] authors = ["Professor Mint "] homepage = "https://www.phaseprotocol.io/" [lib] crate-type = ["cdylib", "lib"] name = "phase_protocol_sdk" [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = "0.25.0"