rust-switcher-core 1.0.8

Core library for rust-switcher (Windows keyboard layout/typing conversion).
Documentation
# 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 = "2024"
name = "rust-switcher-core"
version = "1.0.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for rust-switcher (Windows keyboard layout/typing conversion)."
readme = "README.md"
keywords = [
    "windows",
    "keyboard",
    "layout",
    "text",
    "conversion",
]
categories = [
    "text-processing",
    "os::windows-apis",
]
license = "MIT"
repository = "https://github.com/qqrm/rust-switcher"

[lib]
name = "rust_switcher_core"
path = "src/lib.rs"

[dependencies]