|
@@ -9,12 +9,11 @@ crate-type = ["cdylib", "lib"]
|
|
|
name = "cutils"
|
|
|
|
|
|
[features]
|
|
|
-default = []
|
|
|
-cpi = ["no-entrypoint"]
|
|
|
no-entrypoint = []
|
|
|
no-idl = []
|
|
|
no-log-ix-name = []
|
|
|
-idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]
|
|
|
+cpi = ["no-entrypoint"]
|
|
|
+default = []
|
|
|
|
|
|
[dependencies]
|
|
|
anchor-lang = "0.26.0"
|
|
@@ -25,4 +24,4 @@ mpl-bubblegum = { version = "0.7.0", features = ["no-entrypoint", "cpi"] }
|
|
|
# Added due to anchor and solana-cli wonkyness as of late
|
|
|
getrandom = { version = "0.2.10", features = ["custom"] }
|
|
|
winnow = "=0.4.1"
|
|
|
-toml_datetime = "=0.6.1"
|
|
|
+toml_datetime = "=0.6.1"
|