libreplex_legacy 0.1.0

Created with Anchor
Documentation
[dependencies.anchor-lang]
features = ["init-if-needed"]
version = "~0.29"

[dependencies.anchor-spl]
version = "~0.29"

[dependencies.libreplex_inscriptions]
features = ["cpi", "no-entrypoint"]
version = "0.3.0"

[dependencies.mpl-token-metadata]
version = "~3"

[dependencies.solana-program]
version = "~1.16"

[dependencies.spl-associated-token-account]
version = "2.2.0"
[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.mocha]
version = "0.1.1"

[dev-dependencies.solana-program-test]
version = "~1.16"

[dev-dependencies.solana-sdk]
version = "~1.16"

[features]
cpi = ["no-entrypoint"]
default = []
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build", "libreplex_inscriptions/idl-build"]
no-entrypoint = []
no-idl = []
no-log-ix-name = []

[lib]
crate-type = ["cdylib", "lib"]
name = "libreplex_legacy"

[package]
description = "Created with Anchor"
edition = "2021"
license = "MIT"
name = "libreplex_legacy"
repository = "https://github.com/LibrePlex/metadata"
version = "0.1.0"