nova-multisig-program 0.2.0

Nova Shield fork of Squads Multisig Program V4
Documentation
# 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 = "nova-multisig-program"
version = "0.2.0"
authors = ["Nova Shield <hi@nshield.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nova Shield fork of Squads Multisig Program V4"
homepage = "https://nshield.org"
documentation = "https://github.com/NovaShieldWallet/nova-multisig"
readme = "README.md"
keywords = [
    "solana",
    "multisig",
    "anchor",
    "nova",
    "blockchain",
]
categories = ["cryptography::cryptocurrencies"]
license = "AGPL-3.0"
repository = "https://github.com/NovaShieldWallet/nova-multisig"

[features]
cpi = ["no-entrypoint"]
custom-heap = []
default = ["custom-heap"]
no-entrypoint = []
no-idl = []
no-log-ix-name = []
testing = []

[lib]
name = "squads_multisig_program"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

[dependencies.anchor-lang]
version = "0.31.0"
features = ["allow-missing-optionals"]

[dependencies.anchor-spl]
version = "0.31.0"
features = ["token"]

[dependencies.solana-program]
version = "~2.2"

[dependencies.solana-security-txt]
version = "1.1.1"