# 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 = "multisig-lite" version = "0.0.8" authors = ["Keith Noguchi "] description = "A native SOL multisig on-chain program" homepage = "https://github.com/keithnoguchi/multisig-lite" documentation = "https://docs.rs/multisig-lite" readme = "README.md" categories = [ "multisig", "wallet", "solana", "anchor", "crypto", ] license = "MIT OR Apache-2.0" repository = "https://github.com/keithnoguchi/multisig-lite" resolver = "1" [lib] name = "multisig_lite" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.26.0" [dev-dependencies.anchor-client] version = "0.26.0" [dev-dependencies.clap] version = "4" features = ["derive"] [dev-dependencies.shellexpand] version = "3" [dev-dependencies.solana-client] version = "~1.14" [dev-dependencies.solana-program-test] version = "~1.14" [dev-dependencies.solana-sdk] version = "~1.14" [dev-dependencies.tokio] version = "1" features = ["macros"] [features] cpi = ["no-entrypoint"] default = [] localnet = [] no-entrypoint = [] no-idl = [] no-log-ix-name = []