[package] name = "new_derivable" version = "0.2.0" edition = "2021" description = "Create new implementations with just a paste of a macro" license-file = "LICENSE" maintenance = { status = "actively-developed" } readme = "README.md" repository = "https://github.com/ibx34/new_derivable" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "test" [[bin]] name = "unnamed" [lib] proc-macro = true [dependencies] syn = { version = "=1.0.86", features = ["full","extra-traits"]} proc-macro2 = { version = "1.0.36", features = ["span-locations","proc-macro"]} quote = "=1.0.15"