# 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-program" version = "2.0.1" authors = ["Sean Lars Ganser ", "Bastien Guillaumat "] description = "Squads is an on-chain program that allows team to manage digital assets together, create proposals, and more." homepage = "https://squads.so" readme = "README.md" keywords = ["squads", "solana", "program", "smart-contract", "multisig"] license = "LGPL-3.0" repository = "https://github.com/squads-dapp/program" [lib] crate-type = ["cdylib", "lib"] [dependencies.arrayref] version = "0.3.6" [dependencies.borsh] version = "0.9.1" [dependencies.borsh-derive] version = "0.9.1" [dependencies.metaplex-token-metadata] version = "0.0.1" features = ["no-entrypoint"] [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.solana-program] version = "1.9.5" [dependencies.spl-associated-token-account] version = "1.0.3" features = ["no-entrypoint"] [dependencies.spl-token] version = "3.1.0" features = ["no-entrypoint"] [dependencies.thiserror] version = "1.0.24" [dev-dependencies.assert_matches] version = "1.4.0" [dev-dependencies.chrono] version = "0.4.19" [dev-dependencies.solana-program-test] version = "1.8.2" [dev-dependencies.solana-sdk] version = "1.9.5" [dev-dependencies.solana-validator] version = "1.9.4" [features] no-entrypoint = [] test-bpf = []