open_creator_protocol 0.4.2

Open Creator Protocol is an open protocol for creators to build utilities and policy engine for their tokens
Documentation
[dependencies.anchor-lang]
features = ["init-if-needed"]
version = "0.29.0"

[dependencies.anchor-spl]
features = ["metadata"]
version = "0.29.0"

[dependencies.community-managed-token]
features = ["no-entrypoint"]
version = "^0.3.0"

[dependencies.json-rules-engine-fork]
version = "0.9.7"

[dependencies.mpl-token-metadata]
version = "3.2.3"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0.88"

[dependencies.solana-program]
version = "1.17.6"

[dependencies.spl-memo]
features = ["no-entrypoint"]
version = "^4.0.0"

[features]
cpi = ["no-entrypoint"]
default = []
no-entrypoint = []
no-idl = []
test-bpf = []

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

[package]
description = "Open Creator Protocol is an open protocol for creators to build utilities and policy engine for their tokens"
edition = "2021"
license = "Apache-2.0"
name = "open_creator_protocol"
resolver = "1"
version = "0.4.2"