[package] name = "pools" version = "0.1.16" description = "Manages Saber liquidity pools." edition = "2021" homepage = "https://saber.so" repository = "https://github.com/saber-hq/pool-manager" authors = ["Saber Team "] license = "AGPL-3.0" keywords = ["solana", "saber"] [lib] crate-type = ["cdylib", "lib"] name = "pools" [features] no-entrypoint = [] no-idl = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = ">=0.22" anchor-spl = ">=0.22" stable-swap-anchor = "^1.7.0" stable-swap-client = "^1.7.0" vipers = "^2.0.0"