nova-multisig 0.2.0

Nova Shield fork of Squads Protocol v4 - An SDK for building automated multisig programs on Solana
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"
version = "0.2.0"
authors = [
    "Nova Shield <hi@nshield.org>",
    "Valentin Madrid <valentin@incility.com>",
]
build = false
exclude = [
    "target/",
    ".git/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nova Shield fork of Squads Protocol v4 - An SDK for building automated multisig programs on Solana"
homepage = "https://nshield.org"
documentation = "https://github.com/NovaShieldWallet/nova-multisig"
readme = "README.md"
keywords = [
    "solana",
    "multisig",
    "anchor",
    "nova",
    "squads",
]
categories = ["cryptography::cryptocurrencies"]
license = "AGPL-3.0"
repository = "https://github.com/NovaShieldWallet/nova-multisig"

[features]
default = []

[lib]
name = "squads_multisig"
path = "src/lib.rs"

[dependencies.futures]
version = "0.3.28"
features = [
    "async-await",
    "alloc",
]

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

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

[dependencies.squads-multisig-program]
version = "0.2.0"
features = [
    "cpi",
    "no-entrypoint",
]
package = "nova-multisig-program"

[dependencies.thiserror]
version = "1.0.48"