ib-shell-item 0.1.1

A library for operating file system files / Windows Shell items.
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 = "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",
]