# 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 = "temppad" version = "0.1.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A temporary place to put your notes" readme = "README.md" license = "MIT" [profile.dev] opt-level = 1 panic = "abort" [profile.release] opt-level = 3 lto = "thin" codegen-units = 1 panic = "abort" [[bin]] name = "temppad" path = "src/main.rs" [dependencies.windows-sys] version = "0.59.0" features = [ "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi", "Win32_System_LibraryLoader", "Win32_System_Threading", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Controls", "Win32_Storage_FileSystem", "Win32_System_IO", ]