[package]
name = "ghost"
version = "0.1.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Define your own PhantomData"
repository = "https://github.com/dtolnay/ghost"
documentation = "https://docs.rs/ghost"
readme = "README.md"
edition = "2018"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "0.4"
quote = "0.6"
syn = "0.15"