# 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 = "2021" name = "xkcd-1975" version = "0.1.2" description = "XKCD 1975 reimplemented using macOS menus" readme = "README.md" license = "CC-BY-NC-2.5" repository = "https://github.com/madsmtm/xkcd-1975" [dependencies.objc2] version = "0.5.2" [dependencies.objc2-app-kit] version = "0.2.2" features = [ "NSApplication", "NSEvent", "NSMenu", "NSMenuItem", "NSResponder", "NSRunningApplication", "NSWorkspace", ] [dependencies.objc2-foundation] version = "0.2.2" features = [ "NSArray", "NSNotification", "NSProcessInfo", "NSString", "NSThread", "NSURL", "NSEnumerator", ] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0"