# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "windows_utils" version = "0.4.0" authors = ["aQaTL "] description = "Collection of programs for Windows" license = "MIT" [[bin]] name = "hardlock" path = "src/hardlock.rs" [[bin]] name = "emptyrecyclebin" path = "src/emptyrecyclebin.rs" [[bin]] name = "cmd_startup_script" path = "src/cmd_startup_script.rs" [[bin]] name = "display_insomnia" path = "src/display_insomnia.rs" [dependencies.byteorder] version = "1.3.2" [dependencies.failure] version = "0.1" [dependencies.failure_derive] version = "0.1" [dependencies.winapi] version = "0.3" features = ["winuser", "shellapi", "winbase", "datetimeapi", "errhandlingapi", "winnls", "psapi", "processthreadsapi"] [dependencies.winreg] version = "0.6"