# 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 = "muda" version = "0.15.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Menu Utilities for Desktop Applications" documentation = "https://docs.rs/muda" readme = "README.md" keywords = [ "windowing", "menu", ] categories = ["gui"] license = "Apache-2.0 OR MIT" repository = "https://github.com/amrbashir/muda" [lib] name = "muda" path = "src/lib.rs" [[example]] name = "tao" path = "examples/tao.rs" [[example]] name = "winit" path = "examples/winit.rs" [[example]] name = "wry" path = "examples/wry.rs" [dependencies.crossbeam-channel] version = "0.5" [dependencies.dpi] version = "0.1" [dependencies.keyboard-types] version = "0.7" [dependencies.once_cell] version = "1" [dependencies.serde] version = "1" optional = true [dependencies.thiserror] version = "1" [dev-dependencies.image] version = "0.25" [dev-dependencies.tao] version = "0.30" [dev-dependencies.winit] version = "0.29" [dev-dependencies.wry] version = "0.45" [features] common-controls-v6 = [] default = ["libxdo"] libxdo = ["dep:libxdo"] serde = [ "dep:serde", "dpi/serde", ] [target.'cfg(target_os = "linux")'.dependencies.gtk] version = "0.18" [target.'cfg(target_os = "linux")'.dependencies.libxdo] version = "0.6.0" optional = true [target.'cfg(target_os = "macos")'.dependencies.objc2] version = "0.5.2" [target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit] version = "0.2.2" features = [ "NSApplication", "NSCell", "NSEvent", "NSImage", "NSMenu", "NSMenuItem", "NSResponder", "NSRunningApplication", "NSView", "NSWindow", ] [target.'cfg(target_os = "macos")'.dependencies.objc2-foundation] version = "0.2.2" features = [ "NSAttributedString", "NSData", "NSDictionary", "NSGeometry", "NSString", "NSThread", ] [target.'cfg(target_os = "macos")'.dependencies.png] version = "0.17" [target.'cfg(target_os = "windows")'.dependencies.windows-sys] version = "0.59" features = [ "Win32_UI_WindowsAndMessaging", "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_UI_Shell", "Win32_Globalization", "Win32_UI_Input_KeyboardAndMouse", "Win32_System_SystemServices", "Win32_UI_Accessibility", "Win32_UI_HiDpi", "Win32_System_LibraryLoader", "Win32_UI_Controls", ]