[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",
]