Cargo.toml 556 B

1234567891011121314151617
  1. [package]
  2. name = "anchor-spl"
  3. version = "0.11.0"
  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.11.0", features = ["derive"] }
  12. lazy_static = "1.4.0"
  13. serum_dex = { git = "https://github.com/project-serum/serum-dex", tag = "v0.3.1", version = "0.3.1", features = ["no-entrypoint"] }
  14. solana-program = "1.7.4"
  15. spl-token = { version = "3.1.1", features = ["no-entrypoint"] }