anchor/spl/Cargo.toml

19 lines
642 B
TOML
Raw Normal View History

2021-01-15 19:16:17 -08:00
[package]
name = "anchor-spl"
2021-09-27 16:40:44 -07:00
version = "0.16.2"
2021-01-31 06:32:30 -08:00
authors = ["Serum Foundation <foundation@projectserum.com>"]
2021-01-15 19:16:17 -08:00
edition = "2018"
2021-01-31 06:32:30 -08:00
license = "Apache-2.0"
description = "CPI clients for SPL programs"
2021-01-15 19:16:17 -08:00
[features]
devnet = []
2021-01-15 19:16:17 -08:00
[dependencies]
2021-09-27 16:40:44 -07:00
anchor-lang = { path = "../lang", version = "0.16.2", features = ["derive"] }
lazy_static = "1.4.0"
2021-09-14 10:24:18 -07:00
serum_dex = { git = "https://github.com/project-serum/serum-dex", rev = "1be91f2", version = "0.4.0", features = ["no-entrypoint"] }
2021-08-31 14:52:41 -07:00
solana-program = "=1.7.11"
spl-token = { version = "3.1.1", features = ["no-entrypoint"] }
spl-associated-token-account = { version = "1.0.3", features = ["no-entrypoint"] }