# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "gpl-core" version = "1.0.0" authors = ["Gum Core Dev "] description = "Gum Protocol Core (GPL Core)" license = "GPL-3.0-or-later" repository = "https://github.com/gumhq/gpl" resolver = "1" [lib] name = "gpl_core" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.26.0" [dependencies.gpl-session] version = "0.2.0" features = ["no-entrypoint"] [dependencies.solana-security-txt] version = "1.1.0" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] no-log-ix-name = []