# 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 = "winex" version = "0.1.0" authors = ["Matheus Branco Borella "] description = "Cross-platform window eye-candy and features for those who need a little extra from their windows.\n" categories = ["gui"] license = "MIT OR Apache-2.0" resolver = "2" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.raw-window-handle] version = "0.4" [dependencies.thiserror] version = "1" [dev-dependencies.winit] version = "0.26" [target."cfg(windows)".dependencies.cstr] version = "0.2" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["basetsd", "winnt", "winbase", "windef", "minwindef", "ntdef", "winerror", "dwmapi", "uxtheme", "winuser", "errhandlingapi"]