# 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 = "windows-executor" version = "0.2.0" description = "Windows message loop driven async executor" documentation = "https://docs.rs/windows-executor" license = "MIT" repository = "https://github.com/haileys/windows-executor" [dependencies.futures] version = "0.3.30" default-features = false [dependencies.log] version = "0.4.20" [dependencies.widestring] version = "1.0.2" [dependencies.winapi] version = "0.3" features = [ "errhandlingapi", "handleapi", "impl-default", "libloaderapi", "processthreadsapi", "winuser", ]