Cargo.toml 421 B

1234567891011121314
  1. [package]
  2. name = "darkfi-derive-internal"
  3. version = "0.3.0"
  4. homepage = "https://dark.fi"
  5. description = "Internal crate for serialization derive macros"
  6. authors = ["Dyne.org foundation <foundation@dyne.org>"]
  7. repository = "https://github.com/darkrenaissance/darkfi"
  8. license = "AGPL-3.0-only"
  9. edition = "2021"
  10. [dependencies]
  11. proc-macro2 = "1.0.47"
  12. quote = "1.0.21"
  13. syn = {version = "1.0.105", features = ["full", "fold"]}