# 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 = "open_creator_protocol" version = "0.4.2" description = "Open Creator Protocol is an open protocol for creators to build utilities and policy engine for their tokens" license = "Apache-2.0" resolver = "1" [lib] name = "open_creator_protocol" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.29.0" features = ["init-if-needed"] [dependencies.anchor-spl] version = "0.29.0" features = ["metadata"] [dependencies.community-managed-token] version = "^0.3.0" features = ["no-entrypoint"] [dependencies.json-rules-engine-fork] version = "0.9.7" [dependencies.mpl-token-metadata] version = "3.2.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.88" [dependencies.solana-program] version = "1.17.6" [dependencies.spl-memo] version = "^4.0.0" features = ["no-entrypoint"] [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] test-bpf = []