[package] name = "lockup" version = "1.1.2" description = "Saber token lockup." edition = "2021" license = "AGPL-3.0" authors = ["michaelhly "] homepage = "https://saber.so" repository = "https://github.com/saber-hq/saber-periphery" keywords = ["solana", "saber", "anchor"] [lib] crate-type = ["cdylib", "lib"] name = "lockup" [features] no-entrypoint = [] cpi = ["no-entrypoint"] [dependencies] anchor-lang = ">=0.22" anchor-spl = ">=0.22" vipers = "2.0.1" mint-proxy = { path = "../mint-proxy", version = "^1.0", features = ["cpi"] } num-traits = "0.2"