1[package] 2name = "ptr_meta_derive" 3version = "0.2.0" 4authors = ["David Koloski <[email protected]>"] 5edition = "2021" 6description = "Macros for ptr_meta" 7license = "MIT" 8documentation = "https://docs.rs/ptr_meta_derive" 9repository = "https://github.com/djkoloski/ptr_meta" 10 11# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 12 13[lib] 14proc-macro = true 15 16[dependencies] 17proc-macro2 = "1.0" 18syn = { version = "1.0", features = ["full"] } 19quote = "1.0" 20