[package]
edition = "2024"
rust-version = "1.98"
name = "windows-namespace-request-sys"
version = "0.2.1"
authors = ["Mike Grier"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Owned, marshalable parameter sets for synchronous Win32 namespace calls."
homepage = "https://github.com/MikeGrier/windows-threadpool-sys"
documentation = "https://docs.rs/windows-namespace-request-sys"
readme = "README.md"
keywords = [
"windows",
"filesystem",
"namespace",
"marshal",
"ffi",
]
categories = [
"api-bindings",
"os::windows-apis",
"filesystem",
]
license = "MIT"
repository = "https://github.com/MikeGrier/windows-threadpool-sys"
resolver = "2"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc"]
[lib]
name = "windows_namespace_request_sys"
path = "src/lib.rs"
[[test]]
name = "acceptance"
path = "tests/acceptance/main.rs"
[[test]]
name = "handle_entries"
path = "tests/handle_entries/main.rs"
[[test]]
name = "unc_current_directory"
path = "tests/unc_current_directory.rs"
[dependencies.windows-sys]
version = "0.61.2"
features = [
"Win32_Foundation",
"Win32_Security",
"Win32_Storage_FileSystem",
"Win32_System_Threading",
]
default-features = false
[dependencies.wtf-string]
version = "0.1.0"
[dev-dependencies.windows-sys]
version = "0.61.2"
features = [
"Win32_Foundation",
"Win32_System_Environment",
]
default-features = false
[dev-dependencies.windows-thread-ambient-sys]
version = "0.2.0"