# 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 = "timetracker-win" version = "0.0.1" authors = ["jqntn "] build = "build.rs" description = "eight" readme = "README.md" license = "MIT" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" incremental = false strip = true [dependencies.auto-launch] version = "0.5.0" [dependencies.native-windows-derive] version = "1.0.5" [dependencies.native-windows-gui] version = "1.0.13" [dependencies.self_update] version = "0.39.0" features = [ "archive-zip", "compression-zip-deflate", ] [dependencies.single-instance] version = "0.3.3" [dependencies.winapi] version = "0.3.9" [dependencies.winreg] version = "0.52.0" [build-dependencies.winapi] version = "0.3.9" features = ["wincontypes"] [build-dependencies.winres] version = "0.1.12" [lints.rust]