cmdpal 0.1.0

Rust SDK for PowerToys Command Palette
Documentation
[dependencies.ambassador]
version = "0.4.1"

[dependencies.tracing]
version = "0.1.41"

[dependencies.windows]
features = ["Storage_Streams", "System", "Win32_System_Com", "Win32_System_WinRT"]
version = "0.61.1"

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

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

[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"
exclude = [".github"]
keywords = ["powertoys", "command-palette"]
license = "MIT OR Apache-2.0"
name = "cmdpal"
readme = "README.md"
repository = "https://github.com/BlueGlassBlock/cmdpal-rs"
version = "0.1.0"

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