# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "msgbox" version = "0.7.0" authors = ["Jang Ryeol "] description = "A multi-platform message box modal with a OK button, which runs synchronously." keywords = ["msgbox", "gui", "gtk"] license = "MIT" repository = "https://github.com/bekker/msgbox-rs" [dependencies.thiserror] version = "1.0.30" [target."cfg(not(any(target_os = \"windows\", target_os = \"macos\")))".dependencies.glib] version = "0.15.5" [target."cfg(not(any(target_os = \"windows\", target_os = \"macos\")))".dependencies.gtk] version = "0.15.3" [target."cfg(target_os = \"macos\")".dependencies.cocoa] version = "0.24.0" [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2.7" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3.9" features = ["winuser"]