[package] name = "gpl-core" version = "1.0.0" description = "Gum Protocol Core (GPL Core)" edition = "2021" authors = ["Gum Core Dev "] license = "GPL-3.0-or-later" repository = "https://github.com/gumhq/gpl" [lib] crate-type = ["cdylib", "lib"] name = "gpl_core" [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = { version = "0.26.0" } gpl-session = { version = "0.2.0", path = "../gpl_session", features = ["no-entrypoint"] } solana-security-txt = "1.1.0" strum = "0.24.1" strum_macros = "0.24.3"