Cargo.toml 434 B

123456789101112131415
  1. [package]
  2. name = "anchor-syn"
  3. version = "0.1.0"
  4. authors = ["armaniferrante <armaniferrante@gmail.com>"]
  5. edition = "2018"
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. proc-macro2 = "1.0"
  9. quote = "1.0"
  10. syn = { version = "1.0.54", features = ["full", "extra-traits", "parsing"] }
  11. anyhow = "1.0.32"
  12. heck = "0.3.1"
  13. serde = { version = "1.0.118", features = ["derive"] }