# Program 1 [package] name = "triggr-program" version = "0.1.1" description = "Created with Anchor" edition = "2021" license = "MIT" [lib] crate-type = ["cdylib", "lib"] name = "triggr" [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] default = [] [dependencies] # anchor-lang = { git = "https://github.com/coral-xyz/anchor", features = ["init-if-needed"] } anchor-lang = { version = "0.28.0", features = ["init-if-needed"] } solana-program = "=1.16.15" solana-address-lookup-table-program = "=1.16.15" anchor-spl = { version = "0.28.0" } # anchor-spl = { git = "https://github.com/coral-xyz/anchor" } # winnow = "=0.4.1" # toml_datetime="=0.6.1" # blake3 = "=1.3.1" # mpl-token-metadata = { workspace = true } # anchor-spl = {version = "0.27.0", features = ["metadata", "associated_token"]} # anchor-spl = {version = "0.27.0", features = ["metadata", "associated_token"]}