# 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 = "2021" name = "merkle-distributor" version = "0.3.5" authors = ["Michael Huang ", "Ian Macalinao "] description = "A Solana program for distributing tokens according to a Merkle root." homepage = "https://saber.so" keywords = ["solana", "airdrop", "token", "saber"] license = "GPL-3.0" repository = "https://github.com/saber-hq/merkle-distributor" [lib] name = "merkle_distributor" crate-type = ["cdylib", "lib"] path = "src/lib.rs" [dependencies.anchor-lang] version = ">=0.22, <=0.24" [dependencies.anchor-spl] version = ">=0.22, <=0.24" [dependencies.vipers] version = "^2" features = ["spl-associated-token-account"] [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = []