[package]
edition = "2024"
name = "ib-shell-item"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for operating file system files / Windows Shell items."
readme = "README.md"
keywords = [
"path",
"file",
"shell",
"desktop-environment",
"desktop",
]
categories = [
"gui",
"os",
]
license = "MIT"
repository = "https://github.com/Chaoses-Ib/ib-shell"
[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc"]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "ib_shell_item"
path = "src/lib.rs"
[dependencies.widestring]
version = "1"
[dependencies.windows]
version = "0.62"
features = [
"Win32_System_Com",
"Win32_UI_Shell_Common",
]