[package] name = "smart-wallet" version = "0.11.1" description = "Multisig Solana wallet with Timelock capabilities" homepage = "https://goki.so" repository = "https://github.com/GokiProtocol/goki" authors = ["Goki Rajesh "] license = "AGPL-3.0" edition = "2021" keywords = ["solana", "goki", "multisig", "anchor"] [lib] crate-type = ["cdylib", "lib"] name = "smart_wallet" [features] no-entrypoint = [] no-idl = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = ">=0.22, <=0.24" vipers = "^2.0"