# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "hydra_wallet" version = "0.2.3" description = "Collective account pooling, fan out wallet, dao treasury, all of the things you need to FAN OUT" license = "GPL-3.0" [lib] name = "hydra" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.24.2" [dependencies.anchor-spl] version = "0.24.2" [dependencies.mpl-token-metadata] version = "1.2.7" features = ["no-entrypoint"] [dependencies.spl-token] version = "3.2.0" features = ["no-entrypoint"] [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] test-bpf = []