2019-04-15 05:45:05 +00:00
|
|
|
[package]
|
|
|
|
name = "tree_hash_derive"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
description = "Procedural derive macros for SSZ tree hashing."
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
tree_hash = { path = "../tree_hash" }
|
2019-04-25 23:55:03 +00:00
|
|
|
cached_tree_hash = { path = "../cached_tree_hash" }
|
2019-04-15 05:45:05 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
syn = "0.15"
|
|
|
|
quote = "0.6"
|