cmdpal 0.3.0

Rust SDK for PowerToys Command Palette
Documentation
[dependencies.schemars]
version = "1.0.2"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.windows]
features = ["Storage_Streams", "System", "Foundation_Collections", "Win32_System_Com", "Win32_System_DataExchange", "Win32_System_Memory", "Win32_System_Ole", "Win32_System_Registry", "Win32_System_WinRT", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging"]
version = "0.62"

[dependencies.windows-collections]
version = "0.3"

[dependencies.windows-core]
version = "0.62"

[dependencies.windows-future]
version = "0.3"

[features]
unstable-doc = []

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

[package]
authors = ["Nyuan Zhang <blueglassblock@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os::windows-apis", "api-bindings"]
description = "Rust SDK for PowerToys Command Palette"
edition = "2024"
include = ["src/**", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT", "icon.svg"]
keywords = ["powertoys", "command-palette"]
license = "MIT OR Apache-2.0"
name = "cmdpal"
readme = "README.md"
repository = "https://github.com/BlueGlassBlock/cmdpal-rs"
version = "0.3.0"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
features = ["unstable-doc"]
rustdoc-args = ["--cfg", "docsrs"]
targets = []