# 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 = "wiard" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Window handling library for Windows in Rust" readme = "README.md" keywords = [ "gui", "windows", ] categories = ["gui"] license = "MIT" repository = "https://github.com/btanno/wiard" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [] [lib] name = "wiard" path = "src/lib.rs" [[example]] name = "borderless" path = "examples/borderless.rs" [[example]] name = "children" path = "examples/children.rs" [[example]] name = "close_request" path = "examples/close_request.rs" [[example]] name = "cursor" path = "examples/cursor.rs" [[example]] name = "dialog" path = "examples/dialog.rs" [[example]] name = "drop_files" path = "examples/drop_files.rs" [[example]] name = "hello" path = "examples/hello.rs" [[example]] name = "hello_async" path = "examples/hello_async.rs" [[example]] name = "icon" path = "examples/icon.rs" [[example]] name = "inner_window" path = "examples/inner_window.rs" [[example]] name = "nc_hittest" path = "examples/nc_hittest.rs" [[example]] name = "uiless_ime" path = "examples/uiless_ime.rs" [[test]] name = "panic_recv" path = "tests/panic_recv.rs" [[test]] name = "panic_recv_async" path = "tests/panic_recv_async.rs" [[test]] name = "post_app_event" path = "tests/post_app_event.rs" [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.env_logger] version = "0.11" [dependencies.gedv] version = "0.2" features = ["serde"] [dependencies.num] version = "0.4" features = ["serde"] [dependencies.raw-window-handle] version = "0.6" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["sync"] [dependencies.tracing] version = "0.1" optional = true [dependencies.windows] version = "0.58" features = [ "implement", "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_Graphics_Dwm", "Win32_UI_HiDpi", "Win32_UI_Input", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell", "Win32_UI_Shell_Common", "Win32_UI_Controls", "Win32_UI_WindowsAndMessaging", "Win32_UI_Input_Ime", "Win32_UI_TextServices", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Threading", "Win32_System_LibraryLoader", "Win32_System_WindowsProgramming", "Win32_Globalization", "Win32_System_Registry", ] [dependencies.windows-core] version = "0.58" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.windows] version = "0.58" features = [ "Win32_Graphics_Direct2D", "Win32_Graphics_Direct2D_Common", "Win32_Graphics_Dxgi_Common", ] [features] serde = ["dep:serde"] tracing = ["dep:tracing"]