[package] name = "separable-derive" version = "0.2.1" description = "Separable trait derive macro" license = "MIT" authors = ["Carlos Malanche "] repository = "https://github.com/Malanche/separable.git" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = "1.0.98" quote = "1.0.20" proc-macro2 = "1.0.40"