[package] name = "anchor-spl" version = "0.12.0" authors = ["Serum Foundation "] edition = "2018" license = "Apache-2.0" description = "CPI clients for SPL programs" [features] devnet = [] [dependencies] anchor-lang = { path = "../lang", version = "0.12.0", features = ["derive"] } lazy_static = "1.4.0" serum_dex = { version = "0.4.0", features = ["no-entrypoint"] } solana-program = "=1.7.8" spl-token = { version = "3.1.1", features = ["no-entrypoint"] }