2019-04-15 05:45:05 +00:00
|
|
|
[package]
|
|
|
|
name = "tree_hash_derive"
|
2019-08-08 01:39:47 +00:00
|
|
|
version = "0.2.0"
|
2019-04-15 05:45:05 +00:00
|
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
|
|
edition = "2018"
|
2019-08-08 01:39:47 +00:00
|
|
|
description = "Procedural derive macros to accompany the tree_hash crate."
|
|
|
|
license = "Apache-2.0"
|
2019-04-15 05:45:05 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
2020-10-05 08:22:19 +00:00
|
|
|
syn = "1.0.42"
|
|
|
|
quote = "1.0.7"
|