[package] name = "ops-derive" version = "0.1.1" authors = ["bretzle "] edition = "2018" description = "Derive macros for std::ops" readme = "README.md" license = "MIT OR Apache-2.0" keywords = ["derive", "macro", "ops"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = {version = "1.0", features = ["extra-traits"]} quote = "1.0" proc-macro2 = "1.0" [lib] proc-macro = true