# 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 = "request-window-attention" version = "0.1.6" exclude = [ "nodejs", "nw", ] description = "在 windows 系统,根据窗体“标题名”闪烁窗体的任务栏图标来请求用户注意" readme = "README.md" license = "MIT" repository = "https://github.com/stuartZhang/request-window-attention" [lib] crate-type = [ "cdylib", "rlib", "staticlib", ] [[bin]] name = "request_window_attention_bin" path = "src/main.rs" [dependencies.node-bindgen] version = "6.0.1" optional = true [dependencies.tracing] version = "0.1.37" [dependencies.winapi] version = "0.3.9" features = ["winuser"] [build-dependencies.cbindgen] version = "0.24.3" [build-dependencies.chrono] version = "0.4.26" features = ["clock"] default-features = false [build-dependencies.node-bindgen] version = "5.1" features = ["build"] optional = true [features] nodejs = ["node-bindgen"] nw = ["node-bindgen"]