2019-02-19 02:53:05 +00:00
|
|
|
[package]
|
2019-07-03 06:06:20 +00:00
|
|
|
name = "eth2_ssz_derive"
|
2019-02-19 02:53:05 +00:00
|
|
|
version = "0.1.0"
|
2019-07-03 06:06:20 +00:00
|
|
|
authors = ["Paul Hauner <paul@sigmaprime.io>"]
|
2019-02-19 02:53:05 +00:00
|
|
|
edition = "2018"
|
2019-07-03 06:06:20 +00:00
|
|
|
description = "Procedural derive macros to accompany the eth2_ssz crate."
|
2019-07-04 03:22:33 +00:00
|
|
|
license = "Apache-2.0"
|
2019-02-19 02:53:05 +00:00
|
|
|
|
|
|
|
[lib]
|
2019-07-03 06:06:20 +00:00
|
|
|
name = "ssz_derive"
|
2019-02-19 02:53:05 +00:00
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
2020-10-05 08:22:19 +00:00
|
|
|
syn = "1.0.42"
|
|
|
|
quote = "1.0.7"
|