# 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 = "migrator" version = "0.1.0" description = "A Solana program for deploying and upgrading programs." homepage = "https://deploydao.com" keywords = ["solana", "deploy", "anchor"] license = "Apache-2.0" repository = "https://github.com/DeployDAO/migrator" [lib] name = "migrator" crate-type = ["cdylib", "lib"] [dependencies.anchor-lang] version = "0.17.0" [dependencies.anchor-spl] version = "0.17.0" [dependencies.bincode] version = "1.3.3" [dependencies.solana-program] version = "1.7.11" [dependencies.spl-associated-token-account] version = "1.0.3" features = ["no-entrypoint"] [dependencies.vipers] version = "1.2.1" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = []