blob: 0725a1d93da7449b67b8de0fd71529583d8b0696 [file] [log] [blame]
[package]
name = "ptr_meta_derive"
version = "0.2.0"
authors = ["David Koloski <[email protected]>"]
edition = "2021"
description = "Macros for ptr_meta"
license = "MIT"
documentation = "https://docs.rs/ptr_meta_derive"
repository = "https://github.com/djkoloski/ptr_meta"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0"
syn = { version = "1.0", features = ["full"] }
quote = "1.0"