# 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 = "mousetrap" version = "0.1.0" authors = ["iyear "] description = "Detect starting from Windows explorer in Rust" homepage = "https://github.com/iyear/mousetrap-rs" documentation = "https://docs.rs/mousetrap" readme = "README.md" keywords = [ "windows", "explorer", "mousetrap", "windows-sys", "winapi", ] categories = [ "os", "os::windows-apis", "api-bindings", "command-line-utilities", ] license = "MIT" repository = "https://github.com/iyear/mousetrap-rs" [dependencies.windows-sys] version = "0.42.0" features = [ "Win32_System_Diagnostics_ToolHelp", "Win32_Foundation", ] default-features = false [badges.maintenance] status = "actively-developed"