# 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 = "menubar" version = "0.0.2" authors = ["Mads Marquart "] description = "Cross-platform native menu library." documentation = "https://docs.rs/menubar" readme = "README.md" keywords = ["menu", "context-menu", "native", "NSMenu", "HMENU"] categories = ["accessibility", "api-bindings", "gui", "os::macos-apis", "os::windows-apis"] license = "MIT OR Apache-2.0" repository = "https://github.com/madsmtm/menubar" [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.raw-window-handle] version = "0.3" [dev-dependencies.winit] version = "0.25" [target."cfg(target_os = \"macos\")".dependencies.objc] version = "=0.3.0-alpha.4" package = "objc2" [target."cfg(target_os = \"macos\")".dependencies.objc_foundation] version = "=0.2.0-alpha.2" package = "objc2-foundation" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3" features = ["winuser", "libloaderapi", "wincon"]