mpl-hydra 0.4.2

Collective account pooling, fan out wallet, dao treasury, all of the things you need to FAN OUT
Documentation
[dependencies.anchor-lang]
version = "0.26.0"

[dependencies.anchor-spl]
version = "0.26.0"

[dependencies.mpl-token-metadata]
features = ["no-entrypoint"]
version = "1.7.0"

[dependencies.solana-zk-token-sdk]
version = "~1.14.13"

[dependencies.spl-token]
features = ["no-entrypoint"]
version = "3.5.0"

[features]
cpi = ["no-entrypoint"]
default = []
no-entrypoint = []
no-idl = []
test-bpf = []

[lib]
crate-type = ["cdylib", "lib"]

[package]
authors = ["Metaplex Developers <dev@metaplex.com>"]
description = "Collective account pooling, fan out wallet, dao treasury, all of the things you need to FAN OUT"
edition = "2021"
license-file = "LICENSE"
name = "mpl-hydra"
readme = "README.md"
repository = "https://github.com/metaplex-foundation/metaplex-program-library"
version = "0.4.2"
[profile.release]
overflow-checks = true