anchor/spl/Cargo.toml

18 lines
564 B
TOML

[package]
name = "anchor-spl"
version = "0.11.1"
authors = ["Serum Foundation <foundation@projectserum.com>"]
edition = "2018"
license = "Apache-2.0"
description = "CPI clients for SPL programs"
[features]
devnet = []
[dependencies]
anchor-lang = { path = "../lang", version = "0.11.1", features = ["derive"] }
lazy_static = "1.4.0"
serum_dex = { git = "https://github.com/project-serum/serum-dex", branch = "armani/auth", version = "0.3.1", features = ["no-entrypoint"] }
solana-program = "1.7.4"
spl-token = { version = "3.1.1", features = ["no-entrypoint"] }