[package] name = "dyn_partial_eq_derive" version = "0.1.3" authors = ["Aaron Friel "] edition = "2018" license = "MIT OR Apache-2.0" description = "Implementation of dyn_partial_eq" repository = "https://github.com/AaronFriel/dyn_partial_eq" readme = "README.md" [features] std = [] alloc = [] [lib] proc-macro = true [dependencies] syn = { version="^1.0.72", features=["full"]} quote = "^1.0.9" cfg-if = "1.0.0"