# 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 = "squads-multisig-program" version = "2.0.0" description = "Squads Multisig Program V4" license-file = "LICENSE" [lib] name = "squads_multisig_program" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "=0.29.0" features = ["allow-missing-optionals"] [dependencies.anchor-spl] version = "=0.29.0" features = ["token"] [dependencies.solana-program] version = "1.17.4" [dependencies.solana-security-txt] version = "1.1.1" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] no-log-ix-name = [] testing = []