|
@@ -14,21 +14,21 @@ dex = ["serum_dex"]
|
|
|
devnet = []
|
|
|
governance = []
|
|
|
idl-build = ["anchor-lang/idl-build"]
|
|
|
+memo = ["spl-memo"]
|
|
|
metadata = ["mpl-token-metadata"]
|
|
|
mint = []
|
|
|
shmem = []
|
|
|
stake = ["borsh"]
|
|
|
token = ["spl-token"]
|
|
|
token_2022 = ["spl-token-2022"]
|
|
|
-memo = ["spl-memo"]
|
|
|
|
|
|
[dependencies]
|
|
|
anchor-lang = { path = "../lang", version = "0.28.0", features = ["derive"] }
|
|
|
borsh = { version = ">=0.9, <0.11", optional = true }
|
|
|
mpl-token-metadata = { version = "3.1.0", optional = true }
|
|
|
serum_dex = { git = "https://github.com/openbook-dex/program/", rev = "1be91f2", version = "0.4.0", features = ["no-entrypoint"], optional = true }
|
|
|
-solana-program = ">=1.16, <1.18"
|
|
|
+solana-program = "1.16"
|
|
|
spl-associated-token-account = { version = "2.2", features = ["no-entrypoint"], optional = true }
|
|
|
+spl-memo = { version = "4", features = ["no-entrypoint"], optional = true }
|
|
|
spl-token = { version = "4", features = ["no-entrypoint"], optional = true }
|
|
|
spl-token-2022 = { version = "0.9", features = ["no-entrypoint"], optional = true }
|
|
|
-spl-memo = { version = "4", features = ["no-entrypoint"], optional = true }
|