Cargo.toml 642 B

123456789101112131415161718
  1. [package]
  2. name = "anchor-spl"
  3. version = "0.16.2"
  4. authors = ["Serum Foundation <foundation@projectserum.com>"]
  5. edition = "2018"
  6. license = "Apache-2.0"
  7. description = "CPI clients for SPL programs"
  8. [features]
  9. devnet = []
  10. [dependencies]
  11. anchor-lang = { path = "../lang", version = "0.16.2", features = ["derive"] }
  12. lazy_static = "1.4.0"
  13. serum_dex = { git = "https://github.com/project-serum/serum-dex", rev = "1be91f2", version = "0.4.0", features = ["no-entrypoint"] }
  14. solana-program = "=1.7.11"
  15. spl-token = { version = "3.1.1", features = ["no-entrypoint"] }
  16. spl-associated-token-account = { version = "1.0.3", features = ["no-entrypoint"] }