# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "objc2_foundation_derive" version = "0.0.1" authors = ["Steven Sheldon", "Mads Marquart "] description = "Procedural macros for deriving traits from objc2_foundation." documentation = "https://docs.rs/objc2_foundation_derive/" readme = "README.md" keywords = ["objective-c", "macos", "ios", "cocoa", "uikit"] categories = ["api-bindings", "development-tools::ffi", "os::macos-apis"] license = "MIT" repository = "https://github.com/madsmtm/objc2" [lib] proc-macro = true [dependencies.quote] version = "0.3.8" [dependencies.syn] version = "0.10"