type_hash_macros 0.2.2

Internal macro definitions. They may not work properly if not used via the type_hash crate.
Documentation
[package]
name = "type_hash_macros"
version = "0.2.2"
authors = ["Peter Hall <peterjoel@gmail.com"]
edition = "2018"
license = "MIT"
description = """
Internal macro definitions. They may not work properly if not used via the type_hash crate.
"""

[lib]
proc-macro = true

[dependencies]
either = "1.6"
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full"] }

[dev-dependencies]
syn = { version = "1", features = ["extra-traits"] }