# 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 = "mtoken" version = "0.1.4" description = "mtoken is a super flexible json-rules-engine extension of the Community Managed Token (CMT)." license = "Apache-2.0" resolver = "1" [lib] name = "mtoken" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.25.0" features = ["init-if-needed"] [dependencies.anchor-spl] version = "0.25.0" [dependencies.community-managed-token] version = "0.1.1" features = ["no-entrypoint"] [dependencies.json-rules-engine-fork] version = "0.9.4" [dependencies.mpl-token-metadata] version = "1.6.1" features = ["no-entrypoint"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.88" [dependencies.solana-program] version = "1.10.41" [dependencies.spl-associated-token-account] version = "~1.0.5" features = ["no-entrypoint"] [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = []