[dependencies.anchor-lang]
features = ["init-if-needed"]
version = "0.32.1"
[dependencies.anchor-spl]
version = "0.32.1"
[dependencies.bytemuck]
features = ["derive"]
version = "1.24.0"
[dependencies.mpl-token-metadata]
version = "5.1.1"
[features]
anchor-debug = []
cpi = ["no-entrypoint"]
custom-heap = []
custom-panic = []
default = []
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]
no-entrypoint = []
no-idl = []
no-log-ix-name = []
[lib]
crate-type = ["cdylib", "lib"]
name = "dloom_flow"
path = "src/lib.rs"
[package]
authors = ["Samuel Horjet <samuelhorjet001@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Solana flow payment program created with Anchor"
edition = "2021"
exclude = [".anchor", ".DS_Store", "target/*", "!target/idl/", "!target/types/", "**/*.rs.bk", "node_modules", "test-ledger", ".yarn", "test-wallets", "*.txt"]
license = "MIT"
name = "dloom-flow"
readme = false
repository = "https://github.com/samuelhorjet/dloom-flow"
version = "1.0.0"