[package] name = "libreplex_editions" version = "0.2.2" description = "Created with Anchor" edition = "2021" license = "MIT" repository = "https://github.com/Libreplex/libreplex-program-library" [lib] crate-type = ["cdylib", "lib"] name = "libreplex_editions" [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] default = [] idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"] [dependencies] anchor-lang = {version = "~0.30", features = ["init-if-needed"]} anchor-spl = {version = "~0.30"} solana-program = {version = "1.17.13"} arrayref = "0.3.7" libreplex_shared = {version= "0.4.0", features=["no-entrypoint"] } spl-token-2022 = {version = "~3.0", features = ["no-entrypoint"]} spl-token-metadata-interface = {version= "~0.3"} spl-token-group-interface = {version= "0.2.3"} spl-type-length-value = {version= "0.3.0"} spl-pod = {version= "~0.2"} dyn-fmt = "0.3.0" [dev-dependencies] solana-program-test = {version= "1.17.13"} solana-sdk= "1.17.13"