[package] name = "shine_payments" version = "0.1.0" description = "Payments and investments smart contract" edition = "2021" [lib] crate-type = ["cdylib", "lib"] name = "shine_payments" test = false doctest = false bench = false [dependencies] anchor-lang = "0.31.1" common = { path = "../common" } # ==== добавлено для NFT-функционала ==== anchor-spl = { version = "0.31.1", features = ["associated_token", "token"] } mpl-token-metadata = "5.1.1" spl-token = { version = "4.0.0", features = ["no-entrypoint"] } # ====================================== [features] default = [] no-entrypoint = [] no-idl = [] no-log-ix-name = [] anchor-debug = [] custom-heap = [] custom-panic = [] cpi = [] idl-build = ["anchor-lang/idl-build"]