# 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 = "win-task-dialog" version = "0.1.8" authors = ["RobinCode "] description = "Simply call the Win32 API TaskDialogIndirect in Rust." homepage = "https://github.com/RobinCodeX/win-task-dialog-for-rust" readme = "README.md" keywords = [ "windows", "win32", "dialog", ] license = "MIT" repository = "https://github.com/RobinCodeX/win-task-dialog-for-rust" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" rustc-args = [ "--cfg", "windows", ] targets = ["x86_64-pc-windows-msvc"] [dependencies] [target."cfg(windows)".dependencies.widestring] version = "1.0.2" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "impl-default", "winnt", "commoncontrols", "commctrl", "libloaderapi", ]