# 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" rust-version = "1.59" name = "tauri-plugin-context-menu" version = "0.8.2" authors = ["c2r0b"] exclude = [ "/examples", "/assets", ".DS_Store", "/.github", "/.changes", "/webview-dist", "/webview-src", "package.json", "package-lock.json", ] description = "Handle native Context Menu in Tauri" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.lazy_static] version = "1.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tauri] version = "1.7" [dependencies.time] version = "0.3.28" [target."cfg(target_os = \"linux\")".dependencies.gdk] version = "0.15.1" [target."cfg(target_os = \"linux\")".dependencies.glib] version = "0.15.1" [target."cfg(target_os = \"linux\")".dependencies.gtk] version = "0.15.1" [target."cfg(target_os = \"macos\")".dependencies.cocoa] version = "0.24.1" [target."cfg(target_os = \"macos\")".dependencies.dispatch] version = "0.2.0" [target."cfg(target_os = \"macos\")".dependencies.libc] version = "0.2.147" [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2.7" [target."cfg(target_os = \"windows\")".dependencies.image] version = "0.24.7" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3" features = ["winuser"]