inspect_path 0.5.1

Cross-platform inspection of filesystem paths, including local and remote mounts.
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 = "inspect_path"
version = "0.5.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform inspection of filesystem paths, including local and remote mounts."
homepage = "https://github.com/Aurora4891/inspect_path"
readme = "README.md"
keywords = [
    "path",
    "network",
    "mount",
    "windows",
    "linux",
]
categories = [
    "filesystem",
    "os",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Aurora4891/inspect_path"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[[example]]
name = "inspect"
path = "examples/inspect.rs"
doc-scrape-examples = false

[dependencies.cfg-if]
version = "1.0.4"

[dependencies.thiserror]
version = "2.0.18"

[target."cfg(windows)".dependencies.windows]
version = "0.62.2"
features = [
    "Win32_Storage_FileSystem",
    "Win32_Foundation",
    "Win32_NetworkManagement_WNet",
]