Cargo.toml 424 B

12345678910111213141516
  1. [package]
  2. name = "anchor-derive-space"
  3. version = "0.31.1"
  4. authors = ["Anchor Maintainers <accounts@200ms.io>"]
  5. repository = "https://github.com/coral-xyz/anchor"
  6. license = "Apache-2.0"
  7. description = "Anchor Derive macro to automatically calculate the size of a structure or an enum"
  8. edition = "2021"
  9. [lib]
  10. proc-macro = true
  11. [dependencies]
  12. proc-macro2 = "1"
  13. quote = "1"
  14. syn = { version = "1", features = ["extra-traits"] }