# 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 = "kbremap" version = "2.0.0" authors = ["Timo Kröger "] description = "Custom keyboard layouts for windows" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/timokroeger/kbremap" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1.0" [dependencies.encode_unicode] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.61" [dependencies.toml] version = "0.8.12" [dependencies.windows-sys] version = "0.52.0" features = [ "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_LibraryLoader", "Win32_System_Registry", "Win32_System_Threading", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell", "Win32_UI_TextServices", "Win32_UI_WindowsAndMessaging", ] [dependencies.winmsg-executor] version = "0.1.0" [build-dependencies.winresource] version = "0.1.15" default-features = false