[package] name = "size-of-derive" version = "0.1.2" description = "Automatically derives the SizeOf trait" authors = ["Chase Wilson "] license = "MIT OR Apache-2.0" edition = "2021" repository = "https://github.com/Kixiron/size-of" [lib] proc-macro = true [dependencies] quote = "1.0.21" proc-macro2 = "1.0.43" syn = { version = "1.0.99", features = ["printing", "extra-traits"] }