[dependencies.winreg]
version = "0.55.0"
[dev-dependencies.uuid]
features = ["v4"]
version = "1.16.0"
[lib]
name = "win_ctx"
path = "src/lib.rs"
[package]
authors = ["Adam Davies"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library for managing Windows context menu entries"
edition = "2024"
keywords = ["Windows", "registry", "context"]
license = "MIT"
name = "win-ctx"
readme = "README.md"
repository = "https://github.com/acdvs/winctx-rs"
version = "1.2.0"
[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc", "i686-pc-windows-msvc"]
[[test]]
name = "common"
path = "tests/common.rs"
[[test]]
name = "entries"
path = "tests/entries.rs"
[[test]]
name = "relationships"
path = "tests/relationships.rs"