[package] name = "objc-macros" version = "0.1.0" authors = ["John Gallagher "] edition = "2018" description = "Handy macros for interacting with Objective-C from Rust." license = "MIT OR Apache-2.0" keywords = ["objective-c", "objc", "macros", "macro"] [dependencies] objc = "0.2.7"