win-installed-keyboards 0.1.1

Provides a list of installed keyboards for Windows systems
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 = "2021"
name = "win-installed-keyboards"
version = "0.1.1"
description = "Provides a list of installed keyboards for Windows systems"
readme = "README.md"
keywords = [
    "windows",
    "keyboard",
]
categories = [
    "api-bindings",
    "os::windows-apis",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/helvieq499/win-installed-keyboards"

[package.metadata.docs.rs]
targets = [
    "x86_64-pc-windows-msvc",
    "i686-pc-windows-msvc",
]

[dependencies.enum-primitive-derive]
version = "0.2.2"

[dependencies.num-traits]
version = "0.2.15"

[dependencies.winapi]
version = "0.3"
features = ["winuser"]

[badges.maintenance]
status = "passively-maintained"