# 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 = "squads-mpl" version = "1.3.1" authors = [ "Sean Lars Ganser ", "Bastien Guillaumat ", ] description = "Squads Multisig Program Library" homepage = "https://squads.so" documentation = "https://github.com/squads-protocol/squads-mpl" readme = "README.md" keywords = [ "squads", "solana", "program", "smart-contract", "multisig", ] license = "AGPL-3.0-or-later" repository = "https://github.com/squads-dapp/squads-mpl" [lib] name = "squads_mpl" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.26.0" [dependencies.default-env] version = "0.1.1" [dependencies.hex] version = "0.3.1" [dependencies.solana-program] version = "<1.14.24" [dependencies.solana-security-txt] version = "1.0.1" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] no-log-ix-name = []